Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
IAM CMS
toolcompendium
Commits
c61e0db6
Verified
Commit
c61e0db6
authored
Apr 01, 2022
by
Philipp Zschumme
Browse files
Updates comment
parent
50da11b5
Pipeline
#3708
passed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/html/toolcompendium.js
View file @
c61e0db6
...
...
@@ -131,7 +131,7 @@ function applySearchFilter(filter) {
}
// make all sections visible that contain at least one visible searchable
let
categories
=
document
.
querySelectorAll
(
"
.tc-section, .tc-program
"
);
//
since
tc-program can also have subsections
with
<param-ref>
let
categories
=
document
.
querySelectorAll
(
"
.tc-section, .tc-program
"
);
// tc-program can also have subsections
since
<param-ref>
was introduced
for
(
let
i
=
0
;
i
<
categories
.
length
;
i
++
)
{
let
searchables
=
categories
[
i
].
getElementsByClassName
(
"
tc-searchable
"
);
let
k
=
0
;
...
...
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