diff --git a/src/templates/attract/index.jade b/src/templates/attract/index.jade index 9a94ad5..eb376c9 100644 --- a/src/templates/attract/index.jade +++ b/src/templates/attract/index.jade @@ -58,15 +58,3 @@ | {% endif %} | {% endfor %} | {% endblock %} - -| {% block footer_scripts %} -| {% if current_user.is_authenticated %} -script. - $('#task-list .task-list-item span.due_date').each(function(){ - var current = $(this).text(); - if (current){ - $(this).html(moment().to(current)); - } - }); -| {% endif %} -| {% endblock %}