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