From: Jérémy Fabre Date: Thu, 21 Jul 2016 10:12:44 +0000 (+0200) Subject: Add jQuery throttle-debounce X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9b1dd1390fda23cc341d418d8e7e51d2e274c3c5;p=mezzo.git Add jQuery throttle-debounce --- diff --git a/app/templates/includes/footer_scripts.html b/app/templates/includes/footer_scripts.html index 8e714f50..fe192a9e 100644 --- a/app/templates/includes/footer_scripts.html +++ b/app/templates/includes/footer_scripts.html @@ -4,6 +4,7 @@ + {% block extra_js %}{% endblock %} {% editable_loader %} diff --git a/bower.json b/bower.json index e37f1585..19311ba3 100644 --- a/bower.json +++ b/bower.json @@ -19,6 +19,7 @@ "font-awesome": "fontawesome#^4.6.3", "jquery": "^3.1.0", "overflow.js": "*", - "sticky-kit": "^1.1.2" + "sticky-kit": "^1.1.2", + "jquery-throttle-debounce": "https://github.com/cowboy/jquery-throttle-debounce.git" } }