remove preview on jot reset
This commit is contained in:
parent
26d69796d0
commit
a256195767
@ -308,6 +308,7 @@ var activeCommentText = '';
|
|||||||
$(".jothidden").hide();
|
$(".jothidden").hide();
|
||||||
$("#profile-jot-text").removeClass('jot-expanded');
|
$("#profile-jot-text").removeClass('jot-expanded');
|
||||||
$("#profile-jot-reset").addClass('d-none');
|
$("#profile-jot-reset").addClass('d-none');
|
||||||
|
$("#jot-preview-content").html('').hide();
|
||||||
editor = false;
|
editor = false;
|
||||||
{{else}}
|
{{else}}
|
||||||
window.history.back();
|
window.history.back();
|
||||||
|
Reference in New Issue
Block a user