* [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

@@ -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),