..removed too much

This commit is contained in:
Adriaan Wormgoor 2013-10-11 18:42:33 +02:00
parent aea89d3422
commit 632a0a0895
1 changed files with 2 additions and 2 deletions

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