aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-08 19:40:32 +0000
committerMario <mario@mariovavti.com>2021-03-08 19:40:32 +0000
commit0932d2a0a62ff606b2934e75fd9be240bdc6dc2c (patch)
treea3c6639469140f4950368a19b39c501cf311aaaa /view
parent49f12695cf4514ebb0ffd85363c8c6b7cd207792 (diff)
downloadvolse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.tar.gz
volse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.tar.bz2
volse-hubzilla-0932d2a0a62ff606b2934e75fd9be240bdc6dc2c.zip
fix summary not reset on cancel
Diffstat (limited to 'view')
-rw-r--r--view/tpl/jot-header.tpl1
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');