* [MOD] Updated JQuery UI to latest version.

* [FIX] Fixed global search issues.
This commit is contained in:
nuxsmin
2015-07-18 14:33:23 +02:00
parent eb9e62a9ae
commit 9f00a62a39
36 changed files with 114 additions and 65 deletions

View File

@@ -28,11 +28,10 @@ define('APP_ROOT', '..');
require_once APP_ROOT . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'Base.php';
$jsFiles = array(
// array("href" => "js/jquery.js", "min" => false),
array("href" => "js/jquery-1.11.2.min.js", "min" => false),
array("href" => "js/jquery-migrate-1.2.1.min.js", "min" => false),
array("href" => "js/jquery.placeholder.js", "min" => true),
array("href" => "js/jquery-ui.js", "min" => false),
array("href" => "js/jquery-ui.min.js", "min" => false),
array("href" => "js/fancybox/jquery.fancybox.pack.js", "min" => false),
array("href" => "js/jquery.powertip.min.js", "min" => false),
array("href" => "js/chosen.jquery.min.js", "min" => false),