unbreaking last commit … grrrr

This commit is contained in:
Andrew Trice 2012-05-29 21:30:53 -04:00
parent 4e1ef08a39
commit b5023757af
1 changed files with 1 additions and 5 deletions

View File

@ -391,11 +391,7 @@ function onBackKey( event ) {
*/ */
//block page scrolling //block page scrolling
$(document).ready(function() { document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
$(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } );
});