0
0
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:
Adriaan Wormgoor
2013-10-11 18:00:10 +02:00
parent d61b9cb0d8
commit fe53e31c27
12 changed files with 191 additions and 573 deletions

View File

@ -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);
});