';html+='
'+response.data.date+', '+response.data.time+'';if(response.data.website){html+=', '+response.data.website+'';}
html+='
';html+='
Reply';html+='
'+response.data.comment+'
';html+='
';$appendTo.before(html);}
callback&&callback(response.message);}
if(response.status==='error'){$.each(response.errors,function(i,field){$form.find('[name="'+field+'"]').addClass('has-error');});}},'json');}
$('.reply-btn').live('click',function(){var $comment=$(this).closest('.comment');if($comment.attr('data-has-form')==='false'){var $form=$('.post-comment form').clone();$form.find('.has-error').removeClass('has-error');$form.append('