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/jot.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/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 47787676e..ed1d1e35f 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -10,8 +10,7 @@ <input type="hidden" name="coord" id="jot-coord" value="" /> <input type="hidden" name="post_id" value="{{$post_id}}" /> <input type="hidden" name="webpage" value="{{$webpage}}" /> - <input type="hidden" name="preview" id="jot-preview" value="0" /> - <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> + <input type="hidden" name="preview" id="jot-preview" value="0" /> <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> {{if $showacl}}{{$acl}}{{/if}} {{$mimeselect}} {{$layoutselect}} @@ -25,7 +24,7 @@ </div> {{if $catsenabled}} <div id="jot-category-wrap" class="jothidden" style="display:none"> - <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="tagsinput"> + <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" data-role="cat-tagsinput"> </div> {{/if}} {{if $webpage}} |