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 /db_structure.php
parent4cef030dd4372e22f9ee791189b84bf0e68a6b77 (diff)
Upgrade jQuery UI to 1.8.6
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index faa5e02fca..897a664e3b 100644
--- a/db_structure.php
+++ b/db_structure.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'][] = 'db_structure.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';