diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 19:40:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-08 19:40:32 +0000 |
commit | 0932d2a0a62ff606b2934e75fd9be240bdc6dc2c (patch) | |
tree | a3c6639469140f4950368a19b39c501cf311aaaa /view/tpl/jot-header.tpl | |
parent | 49f12695cf4514ebb0ffd85363c8c6b7cd207792 (diff) | |
download | volse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.tar.gz volse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.tar.bz2 volse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.zip |
fix summary not reset on cancel
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rw-r--r-- | 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 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'); |