diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 12:27:15 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 12:27:15 -0400 |
| commit | e4253978e19458476607461058f705aef3b14115 (patch) | |
| tree | 57a67a92ee1906e28f9ae9bc4f21798364a4e0b9 /templates/index.liquid | |
| parent | 30c9fecbe62205f3300481527f870b902bdc3dbb (diff) | |
adding fastclick, disable for now because it makes debugging weird in chrome mobile mode
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 4cebc42..dc3b426 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -176,6 +176,7 @@ {% if meta.production %} <script src="/assets/js/app.min.js"></script> {% else %} +<script src="/assets/js/vendor/fastclick.js"></script> <script src="/assets/js/vendor/flickity.pkfg.js"></script> <script src="/assets/js/vendor/froogaloop.js"></script> <script src="/assets/js/vendor/loader.js"></script> |
