Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Julian Lam
2022-09-14 13:19:53 -04:00

View File

@@ -58,6 +58,7 @@ define('forum/topic/diffs', ['api', 'bootbox', 'alerts', 'forum/topic/images'],
posts: [data],
}, function ($html) {
$postContainer.empty().append($html);
$postContainer.find('.timeago').timeago();
});
}).catch(alerts.error);
};