Display mentioned users and in the comment box by default

This commit is contained in:
Michael 2019-01-28 21:22:03 +00:00
commit d40b2792b6
7 changed files with 39 additions and 7 deletions

View file

@ -42,7 +42,7 @@
class="comment-edit-text-empty"
name="body"
placeholder="{{$comment}}"
onFocus="commentOpen(this,{{$id}}) && cmtBbOpen({{$id}});"></textarea>
onFocus="commentOpen(this,{{$id}}) && cmtBbOpen({{$id}});">{{$default}}</textarea>
{{if $qcomment}}
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});">
<option value=""></option>