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
312fc020
Commit
312fc020
authored
3 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update headfoot.js, removed hft in footer
parent
dce0b87a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/headfoot.js
+1
-1
js/headfoot.js
with
1 addition
and
1 deletion
+1
-1
js/headfoot.js
+
1
-
1
View file @
312fc020
...
@@ -227,7 +227,7 @@ function foot() {
...
@@ -227,7 +227,7 @@ function foot() {
// contact
// contact
let
contactdiv
=
document
.
createElement
(
'
div
'
);
let
contactdiv
=
document
.
createElement
(
'
div
'
);
contactdiv
.
classList
.
add
(
"
col-md-auto
"
,
"
footer-unten
"
)
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
'
);
let
rowdiv
=
document
.
createElement
(
'
div
'
);
rowdiv
.
classList
.
add
(
"
row
"
);
rowdiv
.
classList
.
add
(
"
row
"
);
for
(
let
i
=
0
;
i
<
hft_links
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
hft_links
.
length
;
i
++
){
...
...
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