mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Issue #23 revision
This commit is contained in:
@@ -56,6 +56,12 @@ $(document).ready(function()
|
||||
|
||||
$("#comment").val('');
|
||||
|
||||
if($('#comments-container').length){
|
||||
alert('true');
|
||||
}else{
|
||||
$("#e-comment-form").parent().prepend("<div id='comments-container'></div>");
|
||||
}
|
||||
|
||||
if(pid != 0)
|
||||
{
|
||||
$('#comment-'+pid).after(a.html).hide().slideDown(800);
|
||||
|
Reference in New Issue
Block a user