Commit a38abd50 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

added id to login button

parent c0b656e4
Pipeline #312 failed with stage
in 21 seconds
...@@ -125,6 +125,7 @@ function head(){ ...@@ -125,6 +125,7 @@ function head(){
} }
headitem.appendChild(combodiv); headitem.appendChild(combodiv);
}else if(itemtype=='loginbutton'){ }else if(itemtype=='loginbutton'){
headlink.id="loginbutton";
if(userAuthenticated()){ if(userAuthenticated()){
headlink.innerHTML="Account"; headlink.innerHTML="Account";
headlink.href="/account/"; headlink.href="/account/";
......
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