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

View File

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