Skip to content
Snippets Groups Projects

Regular merge of develop

Merged Laurent Heirendt requested to merge develop into master
8 files
+ 169
60
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 2
2
@@ -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';
Loading