diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-20 12:30:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-20 12:30:08 +0200 |
commit | a256195767786956011901c14f9813f7326b2576 (patch) | |
tree | d5a9cc78a2cc251b9f896b10132db18988e02df9 /view/tpl | |
parent | 26d69796d0dc4721c58fcf37cd947e23028c5f48 (diff) | |
download | volse-hubzilla-a256195767786956011901c14f9813f7326b2576.tar.gz volse-hubzilla-a256195767786956011901c14f9813f7326b2576.tar.bz2 volse-hubzilla-a256195767786956011901c14f9813f7326b2576.zip |
remove preview on jot reset
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index fd1c8263a..22413f350 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -308,6 +308,7 @@ var activeCommentText = ''; $(".jothidden").hide(); $("#profile-jot-text").removeClass('jot-expanded'); $("#profile-jot-reset").addClass('d-none'); + $("#jot-preview-content").html('').hide(); editor = false; {{else}} window.history.back(); |