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

change url in autoredirect

parent 0a14705f
No related branches found
No related tags found
1 merge request!7Regular merge of develop
Pipeline #11556 passed
......@@ -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