@ -296,6 +296,8 @@ var socket,
utils.makeNumbersHumanReadable($('.human-readable-number'));
utils.addCommasToNumbers($('.formatted-number'));
app.createUserTooltips();
app.createStatusTooltips();
@ -13,7 +13,6 @@ define(['forum/account/header'], function(header) {
$('#no-followers-notice').removeClass('hide');
}
utils.addCommasToNumbers($('.account .formatted-number'));
};
return Followers;
@ -9,8 +9,6 @@ define(['forum/account/header'], function(header) {
if (parseInt(followingCount, 10) === 0) {
$('#no-following-notice').removeClass('hide');
return Following;
@ -39,8 +39,6 @@ define(['forum/account/header'], function(header) {
function processPage() {
utils.makeNumbersHumanReadable($('.account .human-readable-number'));
$('.user-recent-posts img').addClass('img-responsive');
@ -33,8 +33,6 @@ define(['forum/pagination', 'forum/topic/threadTools', 'forum/topic/postTools',
$(window).trigger('action:topic.loading');
utils.addCommasToNumbers($('.topic .formatted-number'));
app.enterRoom('topic_' + tid);
showBottomPostBar();
@ -16,8 +16,6 @@ define(function() {
var lastSearch = null;
utils.addCommasToNumbers($('.users .formatted-number'));
$('.nav-pills li').removeClass('active');
$('.nav-pills li a').each(function() {
var $this = $(this);