diff options
-rw-r--r-- | view/tpl/jot.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 19d6adc9c..38597a6a1 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -81,10 +81,7 @@ <i class="icon-underline jot-icons"></i> </button> </div> - {{if $visitor}} - {{else}} <div class="btn-group hidden-xs"> - {{/if}} {{if $feature_encrypt}} <button id="profile-encrypt-wrapper" class="btn btn-default btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"> <i id="profile-encrypt" class="icon-key jot-icons"></i> |