From 4a5cb00df5cf14019842d4c4745079f204726c17 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Tue, 11 Oct 2011 02:00:45 +0200 Subject: Fix jQuery UI version number It's 1.8.16, not 1.8.6 --- db_create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db_create.php') diff --git a/db_create.php b/db_create.php index c4465b0317..fe86dc9613 100644 --- a/db_create.php +++ b/db_create.php @@ -10,7 +10,7 @@ */ require_once './libraries/common.inc.php'; $GLOBALS['js_include'][] = 'functions.js'; -$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js'; require_once './libraries/mysql_charsets.lib.php'; if (!PMA_DRIZZLE) { -- cgit v1.2.3