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 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; |