From ebf99f7c48a533f1b8a3f618a11bd1640900d277 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Mon, 16 Mar 2020 00:40:33 -0400 Subject: [PATCH] Lint. Co-Authored-By: Keb Helion <60008426+KebHelion@users.noreply.github.com> --- more/more.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/more/more.html b/more/more.html index 9fcc3a8..3b6df54 100644 --- a/more/more.html +++ b/more/more.html @@ -165,7 +165,7 @@ - +
@@ -188,7 +188,7 @@ document.searchbar.searchtextbox.value = search; var pageContent = ""; - function DisplayApp(item) { + function displayApp(item) { pageContent = pageContent + ""; pageContent = pageContent + ""; var btn = ""; @@ -219,7 +219,7 @@ if (lowItem.indexOf(searchKeyword.toLowerCase()) !== -1 && metadata.applications[index].isActive == true) { counterDir = counterDir + 1; if ((counterDir >= listOffset) && (counterDir < (listOffset + listPerPage))) { - DisplayApp(metadata.applications[index]); + displayApp(metadata.applications[index]); counterDisp = counterDisp + 1; } if (counterDir >= (listOffset + listPerPage)) {

" + item.caption + "