From a38abd507fb11f5a47405e42e4b57d26dc19bea3 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Wed, 4 Dec 2019 10:41:32 +0100 Subject: [PATCH] added id to login button --- js/headfoot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/headfoot.js b/js/headfoot.js index 8d2b692..47aeb55 100755 --- a/js/headfoot.js +++ b/js/headfoot.js @@ -125,6 +125,7 @@ function head(){ } headitem.appendChild(combodiv); }else if(itemtype=='loginbutton'){ + headlink.id="loginbutton"; if(userAuthenticated()){ headlink.innerHTML="Account"; headlink.href="/account/"; -- GitLab