From 3361aad44d5a06d8479e356791781043bd2dc816 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 8 Nov 2016 18:34:22 +0100 Subject: [PATCH] No need to convert time since pretty_date takes care of that --- src/templates/attract/index.jade | 12 ------------ 1 file changed, 12 deletions(-) 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 %}