Commit 016f14f8 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

remove deprecated trial of logout

parent cb1b2425
Pipeline #128 passed with stage
in 4 seconds
......@@ -124,13 +124,7 @@ function head(){
if(userAuthenticated()){
headlink.innerHTML="Account";
headlink.href="/account/";
}else if(document.getElementById('loginswitch').getAttribute('authenticated') == '2'){
headlink.setAttribute("onclick","sendRequest('./logout');");
headlink.href="#";
headlink.innerHTML="Logout";
}
}
headitem.appendChild(headlink);
navelements.appendChild(headitem);
......
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