close form after reply

This commit is contained in:
posativ 2012-10-21 22:34:48 +02:00
parent d6e4312e47
commit 3b197c4c3c

View File

@ -71,6 +71,11 @@
insert($('#isso_thread'), rv)
},
});
// close form after reply
if (id) {
$('#' + formid).remove();
}
});
};