v.2.6
Small fix
This commit is contained in:
@@ -278,6 +278,9 @@
|
||||
};
|
||||
|
||||
$scope.update = function () {
|
||||
smartRequest.get('dashboard/online/updatetime', function (data) {
|
||||
$scope.update_time = data.updated;
|
||||
});
|
||||
|
||||
smartRequest.get('dashboard/online/updatetime', function (data) {
|
||||
$scope.update_time = data.updated;
|
||||
|
||||
Reference in New Issue
Block a user