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'));