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
3cd0cee8
Commit
3cd0cee8
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
opening help and helptopics in new tab
parent
34ef30e1
master
testing
5 merge requests
!53
Prepare production
,
!52
Intermediate
,
!51
Testing
,
!50
Testing
,
!49
opening help and helptopics in new tab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
help/index.html
+4
-4
help/index.html
js/headfoot.js
+3
-0
js/headfoot.js
with
7 additions
and
4 deletions
+7
-4
help/index.html
+
4
-
4
View file @
3cd0cee8
...
...
@@ -34,10 +34,10 @@
<div
class=
"col-auto"
style=
"background-color: #ffffff;"
>
<ul>
<li>
<a
href=
"/help/gitlab.html"
>
Projektverwaltung mittels Gitlab
</a>
<a
href=
"/help/gitlab.html"
target=
"_blank"
>
Projektverwaltung mittels Gitlab
</a>
</li>
<li>
<a
href=
"/help/gitlab-pages.html"
>
Projektwebseiten mittels Gitlab-pages
</a>
<a
href=
"/help/gitlab-pages.html"
target=
"_blank"
>
Projektwebseiten mittels Gitlab-pages
</a>
</li>
</ul>
</div>
...
...
@@ -54,7 +54,7 @@
<div
class=
"col-auto"
style=
"background-color: #ffffff;"
>
<ul>
<li>
<a
href=
"/help/jitsi.html"
>
Videokonferenzen über Jitsi
</a>
<a
href=
"/help/jitsi.html"
target=
"_blank"
>
Videokonferenzen über Jitsi
</a>
</li>
</ul>
</div>
...
...
@@ -71,7 +71,7 @@
<div
class=
"col-auto"
style=
"background-color: #ffffff;"
>
<ul>
<li>
<a
href=
"/help/mailinglists.html"
>
Mailinglisten erstellen und verwalten
</a>
<a
href=
"/help/mailinglists.html"
target=
"_blank"
>
Mailinglisten erstellen und verwalten
</a>
</li>
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.
js/headfoot.js
+
3
-
0
View file @
3cd0cee8
...
...
@@ -99,6 +99,9 @@ function head() {
headlink
.
id
=
"
navbarDropdown
"
+
j
;
headlink
.
classList
.
add
(
'
nav-link
'
);
headlink
.
setAttribute
(
"
role
"
,
"
button
"
);
if
(
menu
[
j
].
link
==
"
/help/
"
){
// if help open in new tab
headlink
.
setAttribute
(
"
target
"
,
"
_blank
"
);
}
if
(
itemtype
==
'
dropdown
'
){
headitem
.
classList
.
add
(
"
dropdown
"
);
headlink
.
classList
.
add
(
'
dropdown-toggle
'
);
...
...
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