diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-09 14:22:48 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-09 14:22:48 +0000 |
commit | 8b64b57a27139a671800c6768133be0a8bb6d35f (patch) | |
tree | 238df6041c9c5ab9edd93d2465d9fbf3b03598d7 /include/template.class.php | |
parent | 0552013a5765ffa46aabf93068eeb2109c2cb9e4 (diff) |
feature:2114
Simplify all admin templates.
git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
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 de135ac8a..10dea455c 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -1139,7 +1139,7 @@ class ScriptLoader private function load_known_required_script($id, $load_mode) { - if ( isset(self::$known_paths[$id]) or strncmp($id, 'jquery.ui.', 10)==0 or strncmp($id, 'jquery.effetcs.', 15)==0 ) + if ( isset(self::$known_paths[$id]) or strncmp($id, 'jquery.ui.', 10)==0 or strncmp($id, 'jquery.effects.', 15)==0 ) { $this->add($id, $load_mode, array(), null); return true; |