From 9b1dd1390fda23cc341d418d8e7e51d2e274c3c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 21 Jul 2016 12:12:44 +0200 Subject: [PATCH] Add jQuery throttle-debounce --- app/templates/includes/footer_scripts.html | 1 + bower.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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" } } -- 2.39.5