diff options
author | friendica <info@friendica.com> | 2015-03-28 14:53:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-28 14:53:33 -0700 |
commit | f35679dd6d606d9c9a31e9e807bd2aed8ba89641 (patch) | |
tree | fc2ec97cec58c97f1237a8e1d2b47d8bfce7e589 /view/tpl/event_form.tpl | |
parent | 0aba609ad408faabe72826a006b8af0fe15a3c2f (diff) | |
parent | 2899c500eec19c8ad17b6819c33e0f0414bd1387 (diff) | |
download | volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.gz volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.bz2 volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 7ec32d2c9..986a93a16 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -49,7 +49,7 @@ {{if $catsenabled}} <div id="event-category-wrap"> - <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="tagsinput" /> + <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="cat-tagsinput" /> </div> {{/if}} |