From a0a4d0dff3d25b886efa88bd932454560038b41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 19 Jul 2016 18:07:29 +0200 Subject: [PATCH] Cleanup and remove useless deps --- var/www/templates/Queue_live_Monitoring.html | 1 - var/www/templates/Trending.html | 21 ++++++++++---------- var/www/templates/index.html | 4 +--- var/www/templates/search.html | 15 +++++++------- var/www/update_thirdparty.sh | 9 +-------- 5 files changed, 19 insertions(+), 31 deletions(-) diff --git a/var/www/templates/Queue_live_Monitoring.html b/var/www/templates/Queue_live_Monitoring.html index 81b322b3..dc278f23 100644 --- a/var/www/templates/Queue_live_Monitoring.html +++ b/var/www/templates/Queue_live_Monitoring.html @@ -1,7 +1,6 @@ - WordsTrend diff --git a/var/www/templates/Trending.html b/var/www/templates/Trending.html index 8928f948..f99a88f9 100644 --- a/var/www/templates/Trending.html +++ b/var/www/templates/Trending.html @@ -14,9 +14,8 @@ - - @@ -56,7 +55,7 @@
- +
- -
+ +
{% include 'trending_graphs/Tldstrending.html' %}
@@ -75,7 +74,7 @@
{% include 'trending_graphs/Wordstrending.html' %} -
+
{% include 'trending_graphs/Protocolstrending.html' %}
@@ -98,27 +97,27 @@ current_displayed_graph = new Graph(pannel, path, header_size); setTimeout(function() { current_displayed_graph.set_Visibility(default_display)}, 300); }, 'text'); - + } // When a pannel is shown, create_and_plot. $('.nav-tabs a').on('shown.bs.tab', function(event){ - create_and_plot($(event.target).attr('data-pannel'), $(event.target).attr('data-path')); + create_and_plot($(event.target).attr('data-pannel'), $(event.target).attr('data-path')); });
diff --git a/var/www/templates/index.html b/var/www/templates/index.html index 0110f22e..f4559450 100644 --- a/var/www/templates/index.html +++ b/var/www/templates/index.html @@ -14,8 +14,6 @@ - - - -