summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/index.html b/index.html
index 913dfe4..02e31fe 100644
--- a/index.html
+++ b/index.html
@@ -95,15 +95,6 @@
templateFactory('.application-charts'), serialDownloader)
);
- // Show a loading icon when a chart is being redrawn
- $('.chart-container').live('chart_loading', function(e) {
- $(this).find('.title').addClass('loading');
- });
-
- $('.chart-container').live('chart_loaded', function(e) {
- $(this).find('.title').removeClass('loading');
- });
-
// Initialise all the charts
cc.init();
}