fix slider, woops
This commit is contained in:
@@ -221,9 +221,13 @@ function showSettings()
|
||||
{
|
||||
var opt = document.getElementById("options");
|
||||
if(opt.style.display == "none")
|
||||
{
|
||||
opt.style.display = "flex";
|
||||
}
|
||||
else
|
||||
{
|
||||
opt.style.display = "none";
|
||||
}
|
||||
}
|
||||
|
||||
function updateCursorPosition(e)
|
||||
|
||||
Reference in New Issue
Block a user