diff options
author | shadlaws <shad@shadlaws.com> | 2013-03-10 22:08:16 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-03-10 22:08:16 +0100 |
commit | b43349f4de3612da1757a9293d205e081640e106 (patch) | |
tree | d889666aa30dca8c09bf6f00d8d672ce1a282537 /modules/tag | |
parent | 4d631a4cad515984fd202fbaa124b6a01f156379 (diff) |
#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.
- removed autocomplete.css/js calls in server_add, tag, and g2_import.
- revised xss_data.txt golden file (line number changes only).
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/helpers/tag_theme.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/tag/helpers/tag_theme.php b/modules/tag/helpers/tag_theme.php index 81d1352f..143af6c1 100644 --- a/modules/tag/helpers/tag_theme.php +++ b/modules/tag/helpers/tag_theme.php @@ -19,9 +19,7 @@ */ class tag_theme_Core { static function head($theme) { - return $theme->css("jquery.autocomplete.css") - . $theme->script("jquery.autocomplete.js") - . $theme->css("tag.css"); + return $theme->css("tag.css"); } static function admin_head($theme) { |