This commit is contained in:
psychobunny
2015-04-10 14:23:40 -04:00
parent 799cc9397a
commit 5c59aa7737
4 changed files with 11 additions and 2 deletions

View File

@@ -338,8 +338,10 @@ define('admin/general/dashboard', ['semver'], function(semver) {
$('#pageViewsThisMonth').html(data.monthlyPageViews.thisMonth);
$('#pageViewsLastMonth').html(data.monthlyPageViews.lastMonth);
$('#pageViewsPastDay').html(data.pastDay);
utils.addCommasToNumbers($('#pageViewsThisMonth'));
utils.addCommasToNumbers($('#pageViewsLastMonth'));
utils.addCommasToNumbers($('#pageViewsPastDay'));
});
}