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_routines.php
parent4cef030dd4372e22f9ee791189b84bf0e68a6b77 (diff)
Upgrade jQuery UI to 1.8.6
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_routines.php b/db_routines.php
index da92c226ec..004d372790 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -21,7 +21,7 @@ if (PMA_DRIZZLE) {
/**
* Include JavaScript libraries
*/
-$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/timepicker.js';
$GLOBALS['js_include'][] = 'rte/common.js';
$GLOBALS['js_include'][] = 'rte/routines.js';