Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
6af7edaa
Commit
6af7edaa
authored
Jan 08, 2018
by
Karl Hasselbring
Browse files
Update searchbar.js
parent
8fe8ab89
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/searchbar.js
View file @
6af7edaa
...
...
@@ -400,7 +400,7 @@ function openOptionsDialog () {
}
function
closeOptionsDialog
()
{
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
chevron-down
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
html
(
'
<i class="fa fa-
sliders
" aria-hidden="true"></i>
'
);
$
(
'
#toggleOptBtn
'
).
attr
(
'
data-mode
'
,
'
o
'
);
$
(
'
.search-option-frame
'
).
addClass
(
'
hide
'
);
}
...
...
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