diff --git a/app/templates/home.html b/app/templates/home.html index 8c8fd56..55af9b2 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -3,55 +3,55 @@ {% load static i18n django_bootstrap_breadcrumbs permission_tags %} {% block javascript %} - {% if page_obj %} - - {% endif %} + $(document).ready(function(){ + $(window).bind('scroll', loadOnScroll); + }); + + {% endif %} {% endblock %} {% block breadcrumbs %} @@ -64,9 +64,9 @@ {% endblock %} {% block sidebar %} -