aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-08 19:40:32 +0000
committerMario <mario@mariovavti.com>2021-03-09 12:11:09 +0100
commit53bb16e799040828511dd7a068577a469f1b2191 (patch)
tree36f49e62d6b7538681ba4e5c226c3e0f5be179bd
parented0410425085eb8de8dd67af843e1475c0036957 (diff)
downloadvolse-hubzilla-53bb16e799040828511dd7a068577a469f1b2191.tar.gz
volse-hubzilla-53bb16e799040828511dd7a068577a469f1b2191.tar.bz2
volse-hubzilla-53bb16e799040828511dd7a068577a469f1b2191.zip
fix summary not reset on cancel
(cherry picked from commit 0932d2a0a62ff606b2934e75fd9be240bdc6dc2c)
-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 2539c1fdf..98dccdaa0 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');