diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index d28f3a8db..a7201f5b7 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -74,7 +74,7 @@ <i class="icon-terminal jot-icons"></i> </button> </div> - <div class="btn-group visible-xs visible-sm privacy-button-group"> + <div class="btn-group privacy-button-group"> {{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> |