Commit 312fc020 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update headfoot.js, removed hft in footer

parent dce0b87a
......@@ -227,7 +227,7 @@ function foot() {
// contact
let contactdiv = document.createElement('div');
contactdiv.classList.add("col-md-auto", "footer-unten")
contactdiv.innerHTML="Hochschule für Technik Stuttgart";
//contactdiv.innerHTML="Hochschule für Technik Stuttgart";
let rowdiv = document.createElement('div');
rowdiv.classList.add("row");
for(let i = 0; i<hft_links.length; i++){
......
Markdown is supported
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