diff --git a/more/more.html b/more/more.html index b1f0498..7982500 100644 --- a/more/more.html +++ b/more/more.html @@ -252,7 +252,7 @@ if ((counterDir >= offset) && (counterDir < (offset + perpage))){ DisplayApp(metadata.applications[index]); } - if counterDir >= (offset + perpage)){ + if (counterDir >= (offset + perpage)){ break; } }