From 0932d2a0a62ff606b2934e75fd9be240bdc6dc2c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 8 Mar 2021 19:40:32 +0000 Subject: fix summary not reset on cancel --- view/tpl/jot-header.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl') diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 2ec581e05..b24283664 100644 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -313,6 +313,7 @@ var activeCommentText = ''; function itemCancel() { $("#jot-title").val(''); + $("#jot-summary").val(''); $("#profile-jot-text").val(''); $(".jot-poll-option input").val(''); $("#jot-category").tagsinput('removeAll'); -- cgit v1.2.3