diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-22 18:45:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-22 18:45:35 -0500 |
| commit | 654e25288a73bd41d1756771297c758e6fbd55a0 (patch) | |
| tree | 783616dd668d8a9d4da5a9eae2ddffd5710d53e9 /public/assets/js/index.js | |
| parent | 1fabc62ef743aec0bdb9a5219163d8e4cd59174a (diff) | |
mobile layout
Diffstat (limited to 'public/assets/js/index.js')
| -rw-r--r-- | public/assets/js/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 () |
