Skip to content

Commit aa00432

Browse files
committed
Fix a bug in the search
1 parent a000d3a commit aa00432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ class Search
568568
{
569569
if(this.m_search_area)
570570
{
571-
if(this.m_last_filtereds == null || this.m_last_filtereds.length == 0)
571+
if(this.m_last_filtereds == null || this.m_last_elements.length == 0)
572572
{
573573
// no search results
574574
this.m_search_area.children[0].innerText = "No results";

0 commit comments

Comments
 (0)