Skip to content
Snippets Groups Projects
Commit 79c628c5 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change url in autoredirect

Former-commit-id: a998243b
parent 5b0be703
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@
}
});
}
UrlExists('https://r3-core.pages.uni.lu/labCards/index.html', function(status){
UrlExists('https://r3-core.pages.uni.lu/labCards-internal/index.html', function(status){
if(status === 200){
// internal pages
window.location.href = 'https://r3-core.pages.uni.lu/labCards/stable';
window.location.href = 'https://r3-core.pages.uni.lu/labCards-internal/stable';
} else {
// external pages
window.location.href = 'https://r3.pages.uni.lu/labCards/stable';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment