Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
63730deb
Commit
63730deb
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
menu fixed: links not working
parent
bbc562f2
master
testing
No related merge requests found
Pipeline
#77
passed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/headfoot.js
+2
-2
js/headfoot.js
with
2 additions
and
2 deletions
+2
-2
js/headfoot.js
+
2
-
2
View file @
63730deb
...
...
@@ -41,7 +41,7 @@ function head(){
navelements
.
id
=
"
navelemente
"
;
let
logos
=
document
.
createElement
(
'
li
'
);
let
link_m4lab
=
document
.
createElement
(
'
a
'
);
link_m4lab
.
href
=
"
https://
www
.hft-stuttgart.de/
Forschung/M4-Lab/
"
;
link_m4lab
.
href
=
"
https://
transfer
.hft-stuttgart.de/
"
;
link_m4lab
.
innerHTML
=
"
<img src='images/demo/m4lab_logo.jpg' alt='Logo Innovationslabor M4_LAB'>
"
;
logos
.
appendChild
(
link_m4lab
);
for
(
let
i
=
1
;
i
<
5
;
i
++
){
...
...
@@ -79,7 +79,7 @@ function head(){
combolink
.
innerHTML
=
menu
[
j
].
combos
[
k
].
name
;
combodiv
.
appendChild
(
combolink
);
}
head
link
.
appendChild
(
combodiv
);
head
item
.
appendChild
(
combodiv
);
}
headitem
.
appendChild
(
headlink
);
navelements
.
appendChild
(
headitem
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets