mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 08:04:09 +01:00
* [MOD] Updated JQuery UI to latest version.
* [FIX] Fixed global search issues.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user