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:
parent
722385f9f5
commit
4cb73704a5
@ -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);
|
Loading…
Reference in New Issue
Block a user