DisplayApp -> displayApp function name.

This commit is contained in:
Kasen IO 2020-03-16 00:28:32 -04:00
parent 391c4975fa
commit 3731b64b37

View file

@ -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)) {