remove preview on jot reset

This commit is contained in:
Mario Vavti 2018-05-20 12:30:08 +02:00
parent 26d69796d0
commit a256195767

View File

@ -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();