mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
retrieve more articles in expanded view
This commit is contained in:
@@ -513,7 +513,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 3;
|
$scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 5;
|
||||||
$scope.busy = false;
|
$scope.busy = false;
|
||||||
$scope.hasMore = true;
|
$scope.hasMore = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user