diff --git a/public/src/forum/account.js b/public/src/forum/account.js index f02cb17f29..efb200c896 100644 --- a/public/src/forum/account.js +++ b/public/src/forum/account.js @@ -13,6 +13,7 @@ define(['forum/accountheader'], function(header) { app.enterRoom('user/' + theirid); app.addCommasToNumbers(); + app.makeNumbersHumanReadable($('.account .human-readable-number')); $('.user-recent-posts img').addClass('img-responsive'); var followBtn = $('#follow-btn'); diff --git a/public/templates/account.tpl b/public/templates/account.tpl index 2906d2b910..efdc406c7c 100644 --- a/public/templates/account.tpl +++ b/public/templates/account.tpl @@ -38,17 +38,17 @@