summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-17 08:32:19 -0400
committerJules Laplace <jules@okfoc.us>2015-09-17 08:32:19 -0400
commit58bf27362c0b3d1d41e135aa8bdbd38297a4d0f9 (patch)
treed72c0d4c8d9d271bb28c9c77ed8f0ab6aec122ac /StoneIsland/www/js/index.js
parentf613f9d9f8e7d8dc0561b46a702a670031648709 (diff)
add scrollers to a few things
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rw-r--r--StoneIsland/www/js/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 12bc089c..31e78c92 100644
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -38,6 +38,9 @@ var app = (function(){
if (window.cordova) {
// cordova.plugins.Keyboard.disableScroll(true)
}
+
+ document.addEventListener('touchmove', function(e){ e.preventDefault() })
+
app.view = null
app.router = new SiteRouter ()
app.router.route()