aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js
index 309b340..07dc61a 100644
--- a/www/js/mobile.js
+++ b/www/js/mobile.js
@@ -1,3 +1,7 @@
+function touchmove(e) {
+ e.preventDefault();
+}
+
function show_around( lat, long ) {
pc = $('#pc').val();
localStorage.latitude = lat;