mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-14 19:32:17 +02:00
change to editedISO
This commit is contained in:
@@ -124,7 +124,7 @@ define('forum/topic/events', [
|
||||
|
||||
var editData = {
|
||||
editor: data.editor,
|
||||
relativeEditTime: utils.toISOString(data.post.edited)
|
||||
editedISO: utils.toISOString(data.post.edited)
|
||||
};
|
||||
|
||||
templates.parse('partials/topic/post-editor', editData, function(html) {
|
||||
|
||||
Reference in New Issue
Block a user