mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
removed unnecessary files, but moreover fixed a bug which was badly affecting the settings popup
This commit is contained in:
@ -121,7 +121,7 @@ function SettingsWindow() {
|
||||
console.log("f:showSettings()");
|
||||
|
||||
this.loadSettings(); // reload settings
|
||||
this.window.css("display","block");
|
||||
this.window.css("display","table");
|
||||
$("#contentOverlay").fadeIn(375, function() {
|
||||
document.body.removeEventListener('touchmove',prevent,false);
|
||||
});
|
||||
|
Reference in New Issue
Block a user