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