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:
@@ -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>");
|
||||
}
|
||||
|
Reference in New Issue
Block a user