1
0
mirror of https://github.com/moparisthebest/app-UI synced 2024-11-15 21:55:09 -05:00

un-breaking last 2 commits

This commit is contained in:
Andrew Trice 2012-05-29 21:31:32 -04:00
parent 722385f9f5
commit 4cb73704a5

View File

@ -392,8 +392,4 @@ 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; } );
});