diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-30 12:36:08 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-30 12:36:08 -0400 |
| commit | 3f332c7a43b90f21255412efc6f17104b2f1703c (patch) | |
| tree | 63aea280e34472716655cb910826aaedd6e1688f /public/assets/js/app.js | |
| parent | 3de0cd15fc27570ab009437689e0e423889d38f7 (diff) | |
| parent | 1a99f27f5351c9460cc2d03d328ef84e85daf4f1 (diff) | |
merge
Diffstat (limited to 'public/assets/js/app.js')
| -rw-r--r-- | public/assets/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/app.js b/public/assets/js/app.js index a0fc05c..f8c8025 100644 --- a/public/assets/js/app.js +++ b/public/assets/js/app.js @@ -27,7 +27,7 @@ var app = (function() { document.addEventListener('touchmove', function(e) { e.preventDefault() }) - FastClick.attach(document.body) + // FastClick.attach(document.body) } $(window).resize(app.resize) |
