aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-21 20:57:01 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-21 20:57:01 +0200
commit8efa103041cb8fd89b04f32cf234667c8fb3f5ad (patch)
treeb2d95b8e6bdc4d62b9fcb50333aeb8ce5faddb4d /view/tpl/jot-header.tpl
parent9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514 (diff)
downloadvolse-hubzilla-8efa103041cb8fd89b04f32cf234667c8fb3f5ad.tar.gz
volse-hubzilla-8efa103041cb8fd89b04f32cf234667c8fb3f5ad.tar.bz2
volse-hubzilla-8efa103041cb8fd89b04f32cf234667c8fb3f5ad.zip
provide editor settings
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index dd64c3454..be09fbebf 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -7,7 +7,7 @@ var pretext = '{{$pretext}}';
function initEditor(cb){
if(editor == false){
$("#profile-jot-text-loading").show();
- $("#profile-jot-reset").removeClass('d-none');
+ $("#profile-jot-tools").removeClass('d-none');
{{$geotag}}
if(plaintext == 'none') {
$("#profile-jot-text-loading").hide();
@@ -308,7 +308,7 @@ var activeCommentText = '';
{{if $reset}}
$(".jothidden").hide();
$("#profile-jot-text").removeClass('jot-expanded');
- $("#profile-jot-reset").addClass('d-none');
+ $("#profile-jot-tools").addClass('d-none');
$("#jot-preview-content").html('').hide();
editor = false;
{{else}}