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:
authorKenneth Skovhede <kenneth@hexad.dk>2021-03-06 16:57:58 +0300
committerGitHub <noreply@github.com>2021-03-06 16:57:58 +0300
commit56a659af72b0201803fe421cf5fd7fc8dd0344c5 (patch)
treed7a19f26992df15839d41559475fc23e5f104e76 /Duplicati
parent973307cefc63332392b967be5487a7236aa85bc5 (diff)
parentf0d0350cbea0672adf16e3200457f40741fce9bf (diff)
Merge pull request #4423 from scambra/patch-1
Update login.js
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Server/webroot/login/login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/login/login.js b/Duplicati/Server/webroot/login/login.js
index e2c2de461..f9768e432 100644
--- a/Duplicati/Server/webroot/login/login.js
+++ b/Duplicati/Server/webroot/login/login.js
@@ -27,7 +27,7 @@ $(document).ready(function() {
data: {'password': noncedpwd }
})
.done(function(data) {
- window.location = '/';
+ window.location = './';
})
.fail(function(data) {
var txt = data;