mirror of
https://github.com/moparisthebest/app-UI
synced 2024-12-21 23:18:52 -05:00
unbreaking last commit … grrrr
This commit is contained in:
parent
4e1ef08a39
commit
b5023757af
@ -391,11 +391,7 @@ 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