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_queries.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_queries.php')
-rw-r--r--server_status_queries.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/server_status_queries.php b/server_status_queries.php
index 64b82b559f..be539fb2d6 100644
--- a/server_status_queries.php
+++ b/server_status_queries.php
@@ -23,11 +23,6 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_status_queries.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('chart.js');
$scripts->addFile('jqplot/jquery.jqplot.js');