From 8043540f4663d91e8d7618bc604a3552d5c69e7c Mon Sep 17 00:00:00 2001 From: juliotoscano Date: Wed, 26 Oct 2016 07:33:47 -0300 Subject: [PATCH] modifying home #205 --- app/templates/home.html | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) 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 %} -