From 3b197c4c3c2aa64189fb975c2b45ae487e853758 Mon Sep 17 00:00:00 2001 From: posativ Date: Sun, 21 Oct 2012 22:34:48 +0200 Subject: [PATCH] close form after reply --- isso/static/post.html | 5 +++++ 1 file changed, 5 insertions(+) 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(); + } }); };