Skip to content

Commit

Permalink
fix: move necro-post to be in-line with posts
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 14, 2020
1 parent 4fca793 commit 44309ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/topic/posts.js
Expand Up @@ -304,7 +304,7 @@ define('forum/topic/posts', [
$.timeago.settings.strings.suffixFromNow = suffixFromNow;
$.timeago.settings.strings.prefixFromNow = prefixFromNow;
app.parseAndTranslate('partials/topic/necro-post', { text: translationText }, function (html) {
html.prependTo(post);
html.insertBefore(post);
});
}
});
Expand Down

0 comments on commit 44309ee

Please sign in to comment.