diff --git a/isso/static/post.html b/isso/static/post.html index b4bbace..6a967da 100644 --- a/isso/static/post.html +++ b/isso/static/post.html @@ -71,6 +71,11 @@ insert($('#isso_thread'), rv) }, }); + + // close form after reply + if (id) { + $('#' + formid).remove(); + } }); };