This commit is contained in:
zenggang
2022-11-09 07:48:08 +00:00
parent 253f9bb83a
commit fd5682fbdc
+1
View File
@@ -23,6 +23,7 @@ function ajaxRefresh()
{
$data = $(data);
$('#actionbox ol.histories-list').html($data.find('#actionbox ol.histories-list').html());
$('#actionbox ol.histories-list form.comment-edit-form').ajaxForm();
$('.side-col').html($data.find('.side-col').html());
if($('#actionbox ol.histories-list #lastComment').length > 0) $('#actionbox ol.histories-list #lastComment').kindeditor();