<script src="{% static "vendors/jquery/dist/jquery.min.js" %}"></script>
<script src="{% static "vendors/overflow.js/js/overflow.js" %}"></script>
<script src="{% static "vendors/sticky-kit/jquery.sticky-kit.js" %}"></script>
+ <script src="{% static "vendors/jquery-throttle-debounce/jquery.ba-throttle-debounce.js" %}"></script>
<script src="{% static "js/index.min.js" %}"></script>
{% block extra_js %}{% endblock %}
{% editable_loader %}
"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"
}
}