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 @@ - +
" + item.caption + " | ";
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)) {