diff --git a/js/headfoot.js b/js/headfoot.js index d2b1ffba9880a1edd31dbc85c9b25b065e4c0574..620fcb00e0e313aa2801b164fac9848b21c437ed 100755 --- a/js/headfoot.js +++ b/js/headfoot.js @@ -98,8 +98,6 @@ function head(){ headlink.innerHTML="Logout"; headlink.setAttribute('th:action',"@{/logout}"); headlink.setAttribute('method',"post"); - headlink.removeAttribute('href'); - headlink.setTag('button'); } }