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;
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
console.log(data.message);
|
||||
setTimeout(function() {
|
||||
location.reload();
|
||||
}, 20000);
|
||||
}, 5000);
|
||||
}
|
||||
if ($scope.status == 'error') {
|
||||
Notification.error(data.message);
|
||||
|
||||
Reference in New Issue
Block a user