Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ok1kvk.cz
content
Commits
3ae5cd3e
Commit
3ae5cd3e
authored
Feb 03, 2020
by
Isabella Skořepová
Browse files
Uh
parent
e9c72cf0
Pipeline
#1037
passed with stage
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theme-source/partials/base-body.tsx
View file @
3ae5cd3e
...
...
@@ -168,7 +168,7 @@ export function BaseBody({
$("body").removeClass("show-subnav2").removeClass("show-subnav1");
}
});
[].forEach.call(document.querySelectorAll("[data-activates]"), function () {
[].forEach.call(document.querySelectorAll("[data-activates]"), function (
a
) {
a.addEventListener("click", function(evt) {
evt.preventDefault()
var target = document.getElementById(a.dataset.activates)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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