aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_form.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-27 11:52:59 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-27 11:52:59 +0100
commitb59e2870ab47dab424d043dd51f70d427d92d7a5 (patch)
tree8b35bb51d3f6132750a20a70289006b121840c01 /view/tpl/event_form.tpl
parent1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (diff)
downloadvolse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.gz
volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.bz2
volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.zip
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
Diffstat (limited to 'view/tpl/event_form.tpl')
-rwxr-xr-xview/tpl/event_form.tpl2
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}}