Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Mylemans <tim@aimproductions.be>2016-03-30 23:02:23 +0300
committerTim Mylemans <tim@aimproductions.be>2016-03-30 23:02:23 +0300
commit7e766c7dba917361e1624cf04b66019b949d5eb2 (patch)
treed1d99f7dcf43993454a9f3d63db5299569f3a49e /Duplicati/Server/webroot/ngax/scripts/services/BackupList.js
parentfa61b9c8b8eba015e9073906b56c536f56d38a89 (diff)
Improved the ngax theme to improve handling 401 API responses
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/services/BackupList.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/services/BackupList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/BackupList.js b/Duplicati/Server/webroot/ngax/scripts/services/BackupList.js
index 2428da2e4..cb1ef759b 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/BackupList.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/BackupList.js
@@ -1,4 +1,4 @@
-backupApp.service('BackupList', function($rootScope, $timeout, AppService, AppUtils, ServerStatus) {
+backupApp.service('BackupList', function($rootScope, $timeout, AppService, AppUtils, ServerStatus, appConfig) {
var list = [];
var lookup = {};