From b43349f4de3612da1757a9293d205e081640e106 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Sun, 10 Mar 2013 22:08:16 +0100 Subject: #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). --- modules/tag/helpers/tag_theme.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/tag/helpers') 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) { -- cgit v1.2.3