Commit 8abfefd6 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test dynamic header

parent dfc4f1a7
Pipeline #115 passed with stage
in 3 seconds
......@@ -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";
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment