diff options
Diffstat (limited to 'include/template.class.php')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index ec3c35d5f..e7d840117 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -902,7 +902,7 @@ class ScriptLoader private static $known_paths = array( 'core.scripts' => 'themes/default/js/scripts.js', 'jquery' => 'themes/default/js/jquery.min.js', - 'jquery.ui' => 'themes/default/js/ui/packed/ui.core.packed.js' + 'jquery.ui' => 'themes/default/js/jquery.ui.min.js' ); function __construct() |