mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-02 22:54:08 +01:00
* [MOD] Updated JQuery UI to latest version.
* [FIX] Fixed global search issues.
This commit is contained in:
@@ -29,7 +29,9 @@ require_once APP_ROOT . DIRECTORY_SEPARATOR . 'inc' . DIRECTORY_SEPARATOR . 'Bas
|
||||
|
||||
$cssFiles = array(
|
||||
array('href' => 'css/reset.css', 'min' => true),
|
||||
array('href' => 'css/smoothness/jquery-ui.css', 'min' => true),
|
||||
array('href' => 'css/jquery-ui.min.css', 'min' => false),
|
||||
array('href' => 'css/jquery-ui.structure.min.css', 'min' => false),
|
||||
array('href' => 'css/jquery-ui.theme.min.css', 'min' => false),
|
||||
array('href' => 'css/jquery.powertip.css', 'min' => true),
|
||||
array('href' => 'css/jquery.powertip-yellow.min.css', 'min' => true),
|
||||
array('href' => 'css/chosen.css', 'min' => true),
|
||||
|
||||
Reference in New Issue
Block a user