Remove usage of trackBackupTask
This commit is contained in:
@@ -1037,9 +1037,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
|
||||
switchView();
|
||||
|
||||
// track on page load backup if active
|
||||
if (app.installationState === ISTATES.PENDING_BACKUP) $scope.backups.trackBackupTask();
|
||||
|
||||
asyncSeries([
|
||||
fetchUsers,
|
||||
fetchGroups,
|
||||
|
||||
Reference in New Issue
Block a user