Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/js/stats/plot-tables.js
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/webroot/js/stats/plot-tables.js')
-rw-r--r--site/app/webroot/js/stats/plot-tables.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/app/webroot/js/stats/plot-tables.js b/site/app/webroot/js/stats/plot-tables.js
index 51833ad..106c3e6 100644
--- a/site/app/webroot/js/stats/plot-tables.js
+++ b/site/app/webroot/js/stats/plot-tables.js
@@ -61,6 +61,12 @@ var PlotsTables = (function() {
$('#stats-table-instance').remove();
},
+ week_over_week_count_onAddMany: function(source) {
+ // Clear any existing tables when week-over-week comes up
+ $('#stats-table').hide();
+ $('#stats-table-instance').remove();
+ },
+
defined_count_onAddMany: function(source) {
// Set the URL for the download link.