summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-08-06 21:38:35 +0000
committerNathan Kinkade <nath@nkinka.de>2012-08-06 21:38:35 +0000
commitc6047a18fe13df2fc5bae7f9b2c7c5df30446bc1 (patch)
treeb1590c3e6842bf4bb82841b03e4081e50a66a654 /modules/tag
parent527bc809aaa6d48e7c1a7be50de31a4c3adcee90 (diff)
parentd882c1ba78b6ae811abd226dd46446c914e74dd0 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/helpers/tag_event.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php
index d2757219..b54fbfb9 100644
--- a/modules/tag/helpers/tag_event.php
+++ b/modules/tag/helpers/tag_event.php
@@ -126,7 +126,8 @@ class tag_event_Core {
.gallery_autocomplete(
'$autocomplete_url',
{max: 30, multiple: true, multipleSeparator: ',', cacheLength: 1}
- )
+ );
+ $('input[name=tags]')
.change(function (event) {
$('#g-uploadify').uploadifySettings('scriptData', {'tags': $(this).val()});
});");