Skip to content
Snippets Groups Projects

Howto card on password from the internal repo

Merged Laurent Heirendt requested to merge (removed):include-pwd into develop
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -17,6 +17,8 @@
UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){
var s = window.location.pathname;
var pathArray = s.split('/');
console.log(s);
console.log(window.location.href);
// cut the entire subdomain path
if (pathArray[0].length > 0) {
Loading