mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 08:32:04 +02:00
(v1.2.0.9027) move to github
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user