un-breaking last 2 commits

This commit is contained in:
Andrew Trice 2012-05-29 21:31:32 -04:00
parent 722385f9f5
commit 4cb73704a5
1 changed files with 1 additions and 5 deletions

View File

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