From 095083369a5508a92e4a78912e7619f3a815c4c4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 11 Sep 2012 12:42:31 -0400 Subject: [PATCH] Remove call to old Highcharts code --- js/server_status.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/server_status.js b/js/server_status.js index aa4c7d4440..264f5a6a76 100644 --- a/js/server_status.js +++ b/js/server_status.js @@ -482,7 +482,6 @@ $(function() { .hide() .after('
'); } - tabChart[$tab.attr('id')] = PMA_createChart(settings); $(link).html(PMA_messages['strStaticData']); $tab.find('.buttonlinks a.tabRefresh').hide(); $tab.find('.buttonlinks .refreshList').show();