"...git@transfer.hft-stuttgart.de:m4lab_tv1/user-account.git" did not exist on "a1e8a2f9d5198bd76271beffd9d094037d13ee61"
Commit 382948dc authored by Koukofikis's avatar Koukofikis
Browse files

Merge branch 'MLAB-596' into 'testing'

Open links in new tab

See merge request !134
3 merge requests!143deploy to production,!142prepare deployment,!134Open links in new tab
Pipeline #5065 passed with stage
in 13 seconds
Showing with 3 additions and 0 deletions
+3 -0
...@@ -120,6 +120,9 @@ function head() { ...@@ -120,6 +120,9 @@ function head() {
combolink.classList.add("dropdown-item"); combolink.classList.add("dropdown-item");
combolink.href = menu[j].combos[k].link; combolink.href = menu[j].combos[k].link;
combolink.innerHTML = menu[j].combos[k].name; combolink.innerHTML = menu[j].combos[k].name;
if(menu[j].name == "Zusammenarbeit"){
combolink.setAttribute("target", "_blank");
}
combodiv.appendChild(combolink); combodiv.appendChild(combolink);
} }
headitem.appendChild(combodiv); headitem.appendChild(combodiv);
......
Supports Markdown
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