aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/hq.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/hq.tpl')
-rwxr-xr-xview/tpl/hq.tpl9
1 files changed, 2 insertions, 7 deletions
diff --git a/view/tpl/hq.tpl b/view/tpl/hq.tpl
index bd27250e6..099d892bb 100755
--- a/view/tpl/hq.tpl
+++ b/view/tpl/hq.tpl
@@ -1,9 +1,4 @@
-{{if $no_messages}}
-<div class="alert alert-warning alert-dismissible fade show" role="alert">
- {{$no_messages_label}}
- <button type="button" class="close" data-dismiss="alert" aria-label="Close">
- <span aria-hidden="true">&times;</span>
- </button>
+<div id="jot-popup">
+{{$editor}}
</div>
-{{/if}}