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:
authorMichal Čihař <mcihar@suse.cz>2013-07-08 13:27:04 +0400
committerMichal Čihař <mcihar@suse.cz>2013-07-08 13:27:36 +0400
commit50fb18a9411aff2fef620a2c04a6301568697320 (patch)
tree5b162d1be4b5967f7fd5187735d83b9e11500dfb /server_status_monitor.php
parentf96ed7c363a3133b64fe974adfd727124e792a3c (diff)
Drop no longer needed date.js
Diffstat (limited to 'server_status_monitor.php')
-rw-r--r--server_status_monitor.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server_status_monitor.php b/server_status_monitor.php
index d8fd149cd7..5c58c94bb8 100644
--- a/server_status_monitor.php
+++ b/server_status_monitor.php
@@ -93,7 +93,6 @@ $scripts->addFile('jqplot/plugins/jqplot.dateAxisRenderer.js');
$scripts->addFile('jqplot/plugins/jqplot.highlighter.js');
$scripts->addFile('jqplot/plugins/jqplot.cursor.js');
$scripts->addFile('jqplot/plugins/jqplot.byteFormatter.js');
-$scripts->addFile('date.js');
$scripts->addFile('server_status_monitor.js');
$scripts->addFile('server_status_sorter.js');