From ee4c6609691c8ea3c34314b66145a119caac162b Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Tue, 5 Feb 2013 12:36:59 +0000 Subject: [PATCH] Update views/app/index.html --- views/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/app/index.html b/views/app/index.html index 4e58a7742a..929b0f863c 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -163,7 +163,7 @@ {#if _user.history.exp}   {/} - {Math.floor(_user.stats.exp)} / {_user._tnl} + {round(_user.stats.exp)} / {_user._tnl}