From 12718ab35405d4a328b9e5e43ddd7e9bcc9d9d2c Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Mon, 28 Oct 2019 18:09:01 +0100 Subject: [PATCH] debugging --- .ci/.autoRedirect | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect index e210fe69..6ec8c5d8 100644 --- a/.ci/.autoRedirect +++ b/.ci/.autoRedirect @@ -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) { -- GitLab