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:
authoragrajaghh <agrajaghh@gmail.com>2016-10-04 12:35:10 +0300
committeragrajaghh <agrajaghh@gmail.com>2016-10-04 12:35:10 +0300
commit499ada9cd75496a791560c37d8971b19385e5a88 (patch)
treeead36a90b192a55097fc444ec013c26234ff7d67 /Duplicati/Server/webroot/ngax/scripts/app.js
parentfdc7fe26aece0c10d6a41266c6deb864d275575a (diff)
fix language selection at startup
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/app.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/app.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/app.js b/Duplicati/Server/webroot/ngax/scripts/app.js
index 62102a7bf..1099329b8 100644
--- a/Duplicati/Server/webroot/ngax/scripts/app.js
+++ b/Duplicati/Server/webroot/ngax/scripts/app.js
@@ -9,11 +9,6 @@ var backupApp = angular.module(
]
);
-angular.module('backupApp').run(function (gettextCatalog) {
- gettextCatalog.setCurrentLanguage('de');
- // gettextCatalog.debug = true;
-});
-
backupApp.constant('appConfig', {
login_url: '/login.html'
});