mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 01:32:41 +02:00
DisplayApp -> displayApp function name.
This commit is contained in:
parent
391c4975fa
commit
3731b64b37
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue