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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-10-11 00:35:36 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-10-11 00:35:36 +0400
commitac365e0262fa2323dc830bb563e8e97de3694781 (patch)
treec3255a784363948b45b471b1b6ae480f01b79f08 /main.php
parent4cef030dd4372e22f9ee791189b84bf0e68a6b77 (diff)
Upgrade jQuery UI to 1.8.6
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index 051b5efc18..23e555faac 100644
--- a/main.php
+++ b/main.php
@@ -10,7 +10,7 @@
*/
require_once './libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js';
$GLOBALS['js_include'][] = 'jquery/jquery.sprintf.js';
// Handles some variables that may have been sent by the calling script