mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Show 50 packages per page rather than 100
This commit is contained in:
parent
ea96112f26
commit
c8152268c9
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
|
||||
melpa.paginator = {};
|
||||
melpa.paginator.controller = function(getItemList) {
|
||||
this.pageLength = m.prop(100);
|
||||
this.pageLength = m.prop(50);
|
||||
this.windowSize = m.prop(7);
|
||||
this.pageNumber = m.prop(1);
|
||||
this.items = getItemList;
|
||||
|
|
Loading…
Reference in a new issue