dashboard: don't get legacy /stats.json
This commit is contained in:
parent
35bd908374
commit
0ab637faed
1 changed files with 0 additions and 3 deletions
|
@ -111,9 +111,6 @@ angular.module("FICApp", ["ngSanitize", "ngAnimate"])
|
||||||
|
|
||||||
$scope.my = response.data;
|
$scope.my = response.data;
|
||||||
});
|
});
|
||||||
$http.get("/stats.json").then(function(response) {
|
|
||||||
$scope.stats = response.data;
|
|
||||||
});
|
|
||||||
$http.get("/settings.json").then(function(response) {
|
$http.get("/settings.json").then(function(response) {
|
||||||
$rootScope.recvTime(response);
|
$rootScope.recvTime(response);
|
||||||
response.data.start = new Date(response.data.start);
|
response.data.start = new Date(response.data.start);
|
||||||
|
|
Reference in a new issue