Indentation fix

Fixed intentaion (tabs -> spaces)
Added trailing newline
This commit is contained in:
Johannes Boczek
2018-01-02 19:58:06 +01:00
parent 0772b6faed
commit 3153d23bb7

View File

@@ -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();
}
}