Show last 5 new apps
This commit is contained in:
@@ -403,7 +403,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
};
|
||||
|
||||
function filterForNewApps(apps) {
|
||||
var minApps = apps.length < 3 ? apps.length : 3; // prevent endless loop
|
||||
var minApps = apps.length < 5 ? apps.length : 5; // prevent endless loop
|
||||
var tmp = [];
|
||||
var i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user