From 3731b64b37f40a09f0ccb6d8a2a8f9e940dbca8a Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Mon, 16 Mar 2020 00:28:32 -0400 Subject: [PATCH] DisplayApp -> displayApp function name. --- scripts/system/more/more.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html index 7a2c82de02..6096f47351 100644 --- a/scripts/system/more/more.html +++ b/scripts/system/more/more.html @@ -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)) {