From 21babc927c283c0b06df7fb5c1680a45b3bf0ab5 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 30 Nov 2012 14:45:05 -0800 Subject: [PATCH] Comments issue #23 confirmed fixed. Removed debug popup --- e107_web/js/core/front.jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_web/js/core/front.jquery.js b/e107_web/js/core/front.jquery.js index 33b8b4cb1..504364638 100644 --- a/e107_web/js/core/front.jquery.js +++ b/e107_web/js/core/front.jquery.js @@ -57,7 +57,7 @@ $(document).ready(function() $("#comment").val(''); if($('#comments-container').length){ - alert('true'); + // alert('true'); }else{ $("#e-comment-form").parent().prepend("
"); }