allow realtime updates of the traffic graph in ACP

This commit is contained in:
psychobunny
2015-07-08 16:46:33 -04:00
parent c6713177d3
commit 26f22345cd
2 changed files with 5 additions and 1 deletions

View File

@@ -63,5 +63,7 @@ var cronJob = require('cron').CronJob,
}
};
Analytics.getUnwrittenPageviews = function() {
return pageViews;
};
}(exports));