diff --git a/src/EasyAbp.EasyComment.Web/Pages/Shared/Components/CommentsWidget/Default.js b/src/EasyAbp.EasyComment.Web/Pages/Shared/Components/CommentsWidget/Default.js index cbadf5b..b135390 100644 --- a/src/EasyAbp.EasyComment.Web/Pages/Shared/Components/CommentsWidget/Default.js +++ b/src/EasyAbp.EasyComment.Web/Pages/Shared/Components/CommentsWidget/Default.js @@ -2,8 +2,6 @@ const l = abp.localization.getResource("EasyComment"); const service = easyAbp.easyComment.comments.comment; - $(".ec-comment-time").timeago(); - // TODO: retract helper methods const addNewComment = function (form, successMessage, replyTo) {