1
0
mirror of https://github.com/moparisthebest/app-UI synced 2024-08-13 16:54:00 -04:00

testing various changes... yes I'm using github to push to a server for testing on another device :)

This commit is contained in:
Andrew Trice 2012-05-29 21:38:50 -04:00
parent e743aa006a
commit 87f928e85a

View File

@ -392,4 +392,4 @@ function onBackKey( event ) {
//block page scrolling //block page scrolling
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false); window.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);