From 1384d53a27e8a40f0c6a5ca8098470a77d863765 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Thu, 22 Jul 2010 12:35:48 +0100 Subject: Let the chart handle its own loading css --- index.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'index.html') 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(); } -- cgit v1.2.3