Reattach Shrug-san's severed arm
This commit is contained in:
parent
a4ab7b6442
commit
bbfb70fe49
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ function updateSearchBarResults(query){
|
|||
const nHidden = filesElement.querySelectorAll(".file.filtered").length;
|
||||
const nVisible = filesElement.querySelectorAll(".file:not(.filtered)").length;
|
||||
if(nVisible == 0 && nHidden == 0)
|
||||
resultNumberSpan.innerText = "Nothing here ¯\_(ツ)_/¯";
|
||||
resultNumberSpan.innerText = "Nothing here ¯\\_(ツ)_/¯";
|
||||
else if(nHidden > 0)
|
||||
resultNumberSpan.innerText = `( ${nHidden} filtered )`;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue