mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27: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('');
|
$("#comment").val('');
|
||||||
|
|
||||||
if($('#comments-container').length){
|
if($('#comments-container').length){
|
||||||
alert('true');
|
// alert('true');
|
||||||
}else{
|
}else{
|
||||||
$("#e-comment-form").parent().prepend("<div id='comments-container'></div>");
|
$("#e-comment-form").parent().prepend("<div id='comments-container'></div>");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user