From d398651c080c18e4f1bf623548091465dac1d528 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 7 Sep 2010 00:34:41 -0700 Subject: Disable selectFirst in the autocomplete box, which makes it a little harder to select pre-existing tags, but avoids the problem where we force the user to pick from existing tags. Fixes ticket #1339 --- modules/tag/views/tag_block.html.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php index 8b887282..cc204c72 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -7,7 +7,8 @@ max: 30, multiple: true, multipleSeparator: ',', - cacheLength: 1 + cacheLength: 1, + selectFirst: false, } ); $("#g-add-tag-form").ajaxForm({ @@ -24,4 +25,4 @@
">
- \ No newline at end of file + -- cgit v1.2.3