Add more data routes

This commit is contained in:
Maximilian Grundke
2018-04-11 13:54:38 +02:00
parent 2a4e9bc94b
commit 5ae92dc484
5 changed files with 33 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ $(document).ready(function () {
if (! ($.isController('statistics') && $('#user-activity').isPresent())) {
clearInterval(refreshInterval);
} else {
var jqxhr = $.ajax({
var jqxhr = $.ajax('graphs/user-activity', {
dataType: 'json',
method: 'GET'
});