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

Revert "debugging"

This reverts commit 12718ab3.
parent 12718ab3
No related branches found
No related tags found
No related merge requests found
Pipeline #15753 passed
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){ UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){
var s = window.location.pathname; var s = window.location.pathname;
var pathArray = s.split('/'); var pathArray = s.split('/');
console.log(s);
console.log(window.location.href);
// cut the entire subdomain path // cut the entire subdomain path
if (pathArray[0].length > 0) { 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