diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-17 00:23:50 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-17 00:23:50 -0500 |
commit | d632ef3e50252d388c272cacd29e8cc6e4949cec (patch) | |
tree | 2e8de0122a089d6205dd60e60e5fd2f6ded87138 /modules/tag | |
parent | cc45e2e33b07cd27a87300f5d239394a14569308 (diff) |
Fix up autocomplete for admin_server_add - found and fixed some bugs
in gallery_autocomplete when "multiple" isn't set. Fixed some
harmless syntax issues that js2-mode helpfully pointed out.
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/helpers/tag_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php index 79d6e0bc..08d5d53a 100644 --- a/modules/tag/helpers/tag_event.php +++ b/modules/tag/helpers/tag_event.php @@ -124,7 +124,7 @@ class tag_event_Core { ->text("$('input[name=tags]') .gallery_autocomplete( '$autocomplete_url', - {max: 30, multiple: true, multipleSeparator: ',', cacheLength: 1} + {multiple: true} ); $('input[name=tags]') .change(function (event) { |