From 8ef9d787f56efd627d9c83692750c79b8d3c01a9 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Wed, 5 Feb 2014 20:20:04 -0500 Subject: [PATCH] human readable profile page numbers --- public/src/forum/account.js | 1 + public/templates/account.tpl | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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 @@
-
{reputation}
+
{reputation}
-
{postcount}
+
{postcount}
-
{profileviews}
+
{profileviews}
@@ -84,10 +84,10 @@ - + - +