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 04:00:45 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-10-11 04:00:45 +0400
commit4a5cb00df5cf14019842d4c4745079f204726c17 (patch)
tree741897ce24e9e61325ef1a18bf089548cb81f4f4 /db_routines.php
parentde64133959d929da177ae1357901d67c573fc9f4 (diff)
Fix jQuery UI version number
It's 1.8.16, not 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 004d372790..633a848c38 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.6.custom.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
$GLOBALS['js_include'][] = 'rte/common.js';
$GLOBALS['js_include'][] = 'rte/routines.js';