From 5ab4ef9f5542c3487bea827086a317815a723bda Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 5 Mar 2015 15:41:23 +0100 Subject: [PATCH] pushed waves tools to a separate js file --- timeside/server/templates/timeside/base.html | 4 +- .../templates/timeside/item_detail.html | 255 ------------------ 2 files changed, 2 insertions(+), 257 deletions(-) diff --git a/timeside/server/templates/timeside/base.html b/timeside/server/templates/timeside/base.html index c3d5ee8..da537df 100644 --- a/timeside/server/templates/timeside/base.html +++ b/timeside/server/templates/timeside/base.html @@ -16,10 +16,10 @@ {% block javascript %} - - + + {% endblock %} {% block extra_javascript %}{% endblock %} diff --git a/timeside/server/templates/timeside/item_detail.html b/timeside/server/templates/timeside/item_detail.html index de88308..776cb46 100644 --- a/timeside/server/templates/timeside/item_detail.html +++ b/timeside/server/templates/timeside/item_detail.html @@ -5,260 +5,9 @@ {% endblock %} {% block extra_javascript %} - - - {% endblock %} {% block content %} -- 2.39.5