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

debugging

parent 3496b0b3
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
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