1
0
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:
farr3ll
2012-11-30 06:29:25 +02:00
parent 84b0c89db9
commit ffc1459e86

View File

@@ -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);