diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-03-11 09:30:26 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-11 09:30:26 -0700 |
| commit | 12508a71e037fe478fc1c9a1c188f2e996dd1fc4 (patch) | |
| tree | 84a560ccea463f19169962a94cd0e827f2401531 /modules/tag/helpers | |
| parent | 2478bb06fde719598e090908a8f08396adb81517 (diff) | |
| parent | b43349f4de3612da1757a9293d205e081640e106 (diff) | |
Merge pull request #200 from shadlaws/fix_2048
#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.
Diffstat (limited to 'modules/tag/helpers')
| -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) { |
