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