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

added id to login button

3 merge requests!32Prepare production,!29Mlab 197,!6Contact mailinglist assets
Pipeline #312 failed with stage
in 21 seconds
Showing with 1 addition and 0 deletions
+1 -0
...@@ -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/";
......
Supports Markdown
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