diff options
author | Richard Wall <richard@aziz> | 2010-07-22 12:35:48 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-07-22 12:35:48 +0100 |
commit | 1384d53a27e8a40f0c6a5ca8098470a77d863765 (patch) | |
tree | fd931c60a12b7f9076659123c0df2a2f894a3be0 /index.html | |
parent | 4e37d18361510c56cc4cf40e58f8814b9b6ff8c4 (diff) |
Let the chart handle its own loading css
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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(); } |