diff --git a/js/headfoot.js b/js/headfoot.js
index 0611e00bb4fe40c8cc21df9d679ac7e07aba6da5..809838b89dfd6594615b60bab7734aafaaefeda8 100755
--- a/js/headfoot.js
+++ b/js/headfoot.js
@@ -118,7 +118,6 @@ function head() {
     navbarcontainer.appendChild(navelements);
     navbar.appendChild(navbarcontainer)
 
-    navheader.appendChild(alertdiv);
     navheader.appendChild(navbar);
     prependChild(document.body, navheader);
 }