From abcb83c46227b85aee488e93d91d635943acf364 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 6 Nov 2015 20:42:00 +1100 Subject: [PATCH] These scripts are not required Signed-off-by: Madhura Jayaratne --- server_status_queries.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server_status_queries.php b/server_status_queries.php index e5c08772fd..64b82b559f 100644 --- a/server_status_queries.php +++ b/server_status_queries.php @@ -32,11 +32,7 @@ if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) { $scripts->addFile('chart.js'); $scripts->addFile('jqplot/jquery.jqplot.js'); $scripts->addFile('jqplot/plugins/jqplot.pieRenderer.js'); -$scripts->addFile('jqplot/plugins/jqplot.canvasTextRenderer.js'); -$scripts->addFile('jqplot/plugins/jqplot.canvasAxisLabelRenderer.js'); -$scripts->addFile('jqplot/plugins/jqplot.dateAxisRenderer.js'); $scripts->addFile('jqplot/plugins/jqplot.highlighter.js'); -$scripts->addFile('jqplot/plugins/jqplot.cursor.js'); $scripts->addFile('jquery/jquery.tablesorter.js'); $scripts->addFile('server_status_sorter.js');