From fdfd39f07841ba4c6e2fc55f2d835b6f66dd15d6 Mon Sep 17 00:00:00 2001 From: Keb Helion <60008426+KebHelion@users.noreply.github.com> Date: Sat, 15 Feb 2020 15:22:00 -0500 Subject: [PATCH] Add files via upload --- more/more.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/more.html b/more/more.html index daba50f..6013b60 100644 --- a/more/more.html +++ b/more/more.html @@ -340,7 +340,7 @@ for (index = 0; index < metadata.applications.length; index++){ lowItem = metadata.applications[index].name.toLowerCase(); - if (lowItem.indexOf(search.toLowerCase()) != -1){ + if (lowItem.indexOf(search.toLowerCase()) != -1 || metadata.applications[index].isActive == true){ counterDir = counterDir + 1; if ((counterDir >= offset) && (counterDir < (offset + perpage))){ DisplayApp(metadata.applications[index]);