Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
websearch
Commits
5c6d1bdf
Commit
5c6d1bdf
authored
Apr 24, 2017
by
matthias.lang
Browse files
web: fix: don't disable all filters for no reason
parent
56af33ba
Changes
1
Show whitespace changes
Inline
Side-by-side
webroot/index.html
View file @
5c6d1bdf
...
...
@@ -411,15 +411,6 @@
},
this
)
for
(
var
filterCategory
in
this
.
filterShow
)
{
for
(
var
elem
in
this
.
filterShow
[
filterCategory
].
filters
)
{
this
.
filterShow
[
filterCategory
].
filters
[
elem
].
buttonState
=
true
}
}
// ---------
}
);
// TODO: error handling
...
...
Write
Preview
Markdown
is supported
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