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ř <michal@cihar.com>2016-01-14 11:51:53 +0300
committerMichal Čihař <michal@cihar.com>2016-01-14 11:51:53 +0300
commit5cb88f380fa6c61b8971e12d49e9655a0165362d (patch)
tree84943a18293ec207b2ef9d7f201922a3d3164bd7 /server_status_monitor.php
parent0252c13613134d2d56fd2d8139af208cc274a97f (diff)
Remove excanvas
It's needed for IE < 9 and we no longer supports that. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'server_status_monitor.php')
-rw-r--r--server_status_monitor.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/server_status_monitor.php b/server_status_monitor.php
index 55b4016486..dc88e8f31c 100644
--- a/server_status_monitor.php
+++ b/server_status_monitor.php
@@ -70,10 +70,6 @@ $scripts = $header->getScripts();
$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('jquery/jquery.sortableTable.js');
$scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
-/* < IE 9 doesn't support canvas natively */
-if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) {
- $scripts->addFile('jqplot/excanvas.js');
-}
// for charting
$scripts->addFile('jqplot/jquery.jqplot.js');
$scripts->addFile('jqplot/plugins/jqplot.pieRenderer.js');