From 7e56fce4703e1881dc72ea6c70eb104b0997011b Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 23 Nov 2013 15:36:18 +0100 Subject: [PATCH] Sending comment hides preview --- public_html/media/js/post-view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/media/js/post-view.js b/public_html/media/js/post-view.js index 854c9ffb..d660dafb 100644 --- a/public_html/media/js/post-view.js +++ b/public_html/media/js/post-view.js @@ -137,6 +137,7 @@ $(function() } else { + formDom.find('.preview').hide(); $.get(window.location.href, function(data) { $('.comments-wrapper').replaceWith($(data).find('.comments-wrapper'));