Indentation fix
Fixed intentaion (tabs -> spaces) Added trailing newline
This commit is contained in:
parent
0772b6faed
commit
3153d23bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@
|
|||
addClass(search, "hidden");
|
||||
removeClass(document.getElementById("main"), "hidden");
|
||||
}
|
||||
defocusSearchBar();
|
||||
defocusSearchBar();
|
||||
break;
|
||||
|
||||
case "s":
|
||||
|
|
@ -1889,4 +1889,4 @@ function focusSearchBar() {
|
|||
// Removes the focus from the search bar
|
||||
function defocusSearchBar() {
|
||||
document.getElementsByClassName('search-input')[0].blur();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue