From 654e25288a73bd41d1756771297c758e6fbd55a0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 22 Nov 2016 18:45:35 -0500 Subject: mobile layout --- public/assets/js/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/assets/js/index.js') diff --git a/public/assets/js/index.js b/public/assets/js/index.js index c2275df..a496536 100644 --- a/public/assets/js/index.js +++ b/public/assets/js/index.js @@ -4,6 +4,9 @@ var app = (function(){ var id = -1 app.init = function(){ + if (is_mobile) { + FastClick.attach(document.body) + } app.view = new NavView () app.upload = new DragView () -- cgit v1.2.3-70-g09d2