diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 22:14:32 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 22:14:32 -0800 |
commit | c40735c922b53eb32be1ae39a030362eea52e602 (patch) | |
tree | cfe908300e98eed1e22d5ba46e2629ed40565b9a /modules/tag/helpers | |
parent | 44ae88e8e17713cab81a5cf08820e18896615196 (diff) | |
parent | 3e0a81a39490f58840e3144b88d9c963e69f8f79 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/tag/helpers')
-rw-r--r-- | modules/tag/helpers/tag_theme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_theme.php b/modules/tag/helpers/tag_theme.php index 76c0ea6b..e966821a 100644 --- a/modules/tag/helpers/tag_theme.php +++ b/modules/tag/helpers/tag_theme.php @@ -21,7 +21,6 @@ class tag_theme_Core { static function head($theme) { $theme->css("jquery.autocomplete.css"); $theme->script("jquery.autocomplete.js"); - $theme->script("tag.js"); $theme->css("tag.css"); } |