mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 21:45:47 +01:00
closes #2986
This commit is contained in:
@@ -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'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user