From fd5682fbdc5a3e435a26db7e015c1ea3efdc3684 Mon Sep 17 00:00:00 2001 From: zenggang Date: Wed, 9 Nov 2022 07:48:08 +0000 Subject: [PATCH] * Fix bug #29460 --- module/task/js/view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/task/js/view.js b/module/task/js/view.js index 45c9d15b55..4dc0953f1a 100644 --- a/module/task/js/view.js +++ b/module/task/js/view.js @@ -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();