Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-11-06 12:42:00 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-11-06 12:42:00 +0300
commitabcb83c46227b85aee488e93d91d635943acf364 (patch)
tree81a8f863226df5ca1440ab579bbeca0a87fc9ba2 /server_status_queries.php
parent06821464bf9731c3e24c9a9cc9d7ea74d718ebb7 (diff)
These scripts are not required
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'server_status_queries.php')
-rw-r--r--server_status_queries.php4
1 files changed, 0 insertions, 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');