summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-07-22 12:35:48 +0100
committerRichard Wall <richard@aziz>2010-07-22 12:35:48 +0100
commit1384d53a27e8a40f0c6a5ca8098470a77d863765 (patch)
treefd931c60a12b7f9076659123c0df2a2f894a3be0 /index.html
parent4e37d18361510c56cc4cf40e58f8814b9b6ff8c4 (diff)
Let the chart handle its own loading css
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();
}