mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Add files via upload
This commit is contained in:
parent
48a36e3597
commit
fdfd39f078
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Reference in a new issue