|
|
@ -255,9 +255,7 @@ define('forum/topic/posts', [
|
|
|
|
app.replaceSelfLinks(posts.find('a'));
|
|
|
|
app.replaceSelfLinks(posts.find('a'));
|
|
|
|
utils.addCommasToNumbers(posts.find('.formatted-number'));
|
|
|
|
utils.addCommasToNumbers(posts.find('.formatted-number'));
|
|
|
|
utils.makeNumbersHumanReadable(posts.find('.human-readable-number'));
|
|
|
|
utils.makeNumbersHumanReadable(posts.find('.human-readable-number'));
|
|
|
|
posts.find('.timeago').timeago().each(function() {
|
|
|
|
posts.find('.timeago').timeago();
|
|
|
|
$(this).attr('title', (new Date($(this).attr('title'))).toString());
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
posts.find('[component="post/content"] img:not(.emoji)').each(function() {
|
|
|
|
posts.find('[component="post/content"] img:not(.emoji)').each(function() {
|
|
|
|
var $this = $(this);
|
|
|
|
var $this = $(this);
|
|
|
|
if (!$this.parent().is('a')) {
|
|
|
|
if (!$this.parent().is('a')) {
|
|
|
|