From 8abfefd60e001beef36ec13786064655e6ec9aa2 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Tue, 22 Oct 2019 13:35:14 +0200 Subject: [PATCH] test dynamic header --- js/headfoot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/headfoot.js b/js/headfoot.js index 8507da0..0db9817 100755 --- a/js/headfoot.js +++ b/js/headfoot.js @@ -96,7 +96,7 @@ function head(){ headlink.href="/account/"; }else if(document.getElementById('loginswitch').getAttribute('authenticated') == '2'){ headlink.innerHTML="Logout"; - headlink.href="/logout"; + headlink.href="./logout"; } } -- GitLab