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:
authorRouslan Placella <rouslan@placella.com>2012-07-04 18:07:36 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:21 +0400
commitcf9b0d0027b23d5f67f2a171cde93cf82b3bf973 (patch)
treee31544927b2b3c57612c034c05d973ac92fcc126 /server_plugins.php
parent2b868809f653043cfb5618193a8c11190b6e87e5 (diff)
Dropped includes for globally included JS files
Diffstat (limited to 'server_plugins.php')
-rw-r--r--server_plugins.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/server_plugins.php b/server_plugins.php
index fdc0bfd2c0..ffaf6ab701 100644
--- a/server_plugins.php
+++ b/server_plugins.php
@@ -16,7 +16,6 @@ require_once 'libraries/common.inc.php';
$response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
-$scripts->addFile('jquery/jquery.cookie.js');
$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('server_plugins.js');