1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Comments issue #23 confirmed fixed. Removed debug popup

This commit is contained in:
Cameron
2012-11-30 14:45:05 -08:00
parent ea80c52343
commit 21babc927c

View File

@@ -57,7 +57,7 @@ $(document).ready(function()
$("#comment").val('');
if($('#comments-container').length){
alert('true');
// alert('true');
}else{
$("#e-comment-form").parent().prepend("<div id='comments-container'></div>");
}