change to editedISO

v1.18.x
barisusakli 9 years ago
parent e694bd8ab5
commit e0f3ac8cb7

@ -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) {

Loading…
Cancel
Save