1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

(v1.2.0.9027) move to github

This commit is contained in:
2020-07-08 17:48:57 +02:00
parent 76fc8e1b14
commit 5195e0b9da
17 changed files with 77 additions and 76 deletions

View File

@ -41,7 +41,7 @@ $( document ).ready(function() {
// redirect to GitLab
var url_old = window.location.href;
var url_new = url_old.replace("github", "gitlab");
var url_new = url_old.replace("gitlab", "github");
if (url_old != url_new) {
window.location.replace(url_new);
}