diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-12-29 11:33:08 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-12-29 11:33:08 -0800 |
commit | 3e117fc2b46f1fc1cb8388486e156312d9f7fde5 (patch) | |
tree | 1ce2a31d214bf0da02d4340f5d076d137f729152 /modules | |
parent | 17700b805fad7a74e871366159b4fe1ae4c2d883 (diff) |
Remove a stray comma at the end of a JSON array which was breakig IE. Fixes #1561.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/views/tag_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/views/tag_block.html.php b/modules/tag/views/tag_block.html.php index cc204c72..813f24b5 100644 --- a/modules/tag/views/tag_block.html.php +++ b/modules/tag/views/tag_block.html.php @@ -8,7 +8,7 @@ multiple: true, multipleSeparator: ',', cacheLength: 1, - selectFirst: false, + selectFirst: false } ); $("#g-add-tag-form").ajaxForm({ |