From f6829b4f9c46aebdcef2cb680234557471461e94 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 26 Oct 2015 20:23:05 +0100 Subject: Adapt urls for new deployment schema --- frontend/index.html | 4 ++-- frontend/repo-create.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index fc7d131..7067265 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,12 +6,12 @@ - +
- + 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) { -- cgit v1.2.1