0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 01:07:56 +01:00

..removed too much

This commit is contained in:
Adriaan Wormgoor 2013-10-11 18:42:33 +02:00
parent aea89d3422
commit 632a0a0895

View File

@ -123,12 +123,12 @@ function SettingsWindow() {
this.loadSettings(); // reload settings
// this.window.css("display","table");
$("#contentOverlay").fadeIn(375, function() {
// document.body.removeEventListener('touchmove',prevent,false);
document.body.removeEventListener('touchmove',prevent,false);
});
}
this.hideSettings = function() {
$("#contentOverlay").fadeOut(375, function() {
// document.body.addEventListener('touchmove',prevent,false);
document.body.addEventListener('touchmove',prevent,false);
// self.window.css("display","none");
});
}