summaryrefslogtreecommitdiff
path: root/frontend/repo-create.js
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-10-26 20:23:05 +0100
committerChristian Franke <nobody@nowhere.ws>2015-10-26 20:23:05 +0100
commitf6829b4f9c46aebdcef2cb680234557471461e94 (patch)
tree0b2e5c6798c9cbc1a21a3fd4a3a9d2559ddec920 /frontend/repo-create.js
parente700080ec2bbc3e65b470b2401b2aebead0af3cd (diff)
Adapt urls for new deployment schemaHEADmaster
Diffstat (limited to 'frontend/repo-create.js')
-rw-r--r--frontend/repo-create.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/repo-create.js b/frontend/repo-create.js
index e2744be..7e5b745 100644
--- a/frontend/repo-create.js
+++ b/frontend/repo-create.js
@@ -42,7 +42,7 @@ $(function () {
$('#message').text('Repository created successfuly. You will'
+ ' be redirected shortly.').show();
setTimeout(function() {
- window.location.href = 'https://git.sublab.org/' + repo_name + '/';
+ window.location.href = '/' + repo_name + '/';
}, 3000);
},
error: function(jqXHR, status, error) {