|
|
@ -33,7 +33,7 @@ define('forum/account/topics', ['forum/account/header', 'forum/infinitescroll'],
|
|
|
|
function onTopicsLoaded(topics, callback) {
|
|
|
|
function onTopicsLoaded(topics, callback) {
|
|
|
|
infinitescroll.parseAndTranslate('account/topics', 'topics', {topics: topics}, function(html) {
|
|
|
|
infinitescroll.parseAndTranslate('account/topics', 'topics', {topics: topics}, function(html) {
|
|
|
|
$('#topics-container').append(html);
|
|
|
|
$('#topics-container').append(html);
|
|
|
|
html.find('span.timeago').timeago();
|
|
|
|
html.find('.timeago').timeago();
|
|
|
|
app.createUserTooltips();
|
|
|
|
app.createUserTooltips();
|
|
|
|
utils.makeNumbersHumanReadable(html.find('.human-readable-number'));
|
|
|
|
utils.makeNumbersHumanReadable(html.find('.human-readable-number'));
|
|
|
|
$(window).trigger('action:topics.loaded');
|
|
|
|
$(window).trigger('action:topics.loaded');
|
|
|
|