summaryrefslogtreecommitdiff
path: root/frontend/repo-create.js
diff options
context:
space:
mode:
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) {