Skip to content

Commit

Permalink
formatting again, because my editor suggested something goofy that I …
Browse files Browse the repository at this point in the history
…didn't catch
  • Loading branch information
cellio committed Oct 15, 2024
1 parent ffad455 commit 653b183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const toggleSearchFocus = () => {
if ($input.is(':focus')) {
$input.blur();
}
else {
$input.focus();
}
else {
$input.focus();
}
};

$(() => {
Expand Down

0 comments on commit 653b183

Please sign in to comment.