diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 21:06:50 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-07 21:06:50 -0700 |
| commit | 64f79f069829afc599f4daf926c064e4843bb351 (patch) | |
| tree | bab834dae8ff44f341dc632dd896b3ea58f54951 /modules/tag | |
| parent | ab880120e69b27bdcfed07d3b0729108326b335d (diff) | |
| parent | 5a26dd542a3cb4974870bcfeec4864d1daa616c4 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/tag')
| -rw-r--r-- | modules/tag/views/tag_block.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <div id="g-tag-cloud" ref="<?= url::site("tags") ?>"> <?= $cloud ?> </div> -<?= $form ?>
\ No newline at end of file +<?= $form ?> |
