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:
Diffstat (limited to 'libraries/Header.class.php')
-rw-r--r--libraries/Header.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Header.class.php b/libraries/Header.class.php
index 67347389c0..bbc650db11 100644
--- a/libraries/Header.class.php
+++ b/libraries/Header.class.php
@@ -158,7 +158,7 @@ class PMA_Header
if (isset($GLOBALS['db'])) {
$params['db'] = $GLOBALS['db'];
}
- $this->_scripts->addFile('jquery/jquery-1.8.3.min.js');
+ $this->_scripts->addFile('jquery/jquery-1.11.1.min.js');
$this->_scripts->addFile(
'whitelist.php' . PMA_URL_getCommon($params), false, true
);