mirror of
https://github.com/correl/melpa.git
synced 2025-04-09 01:01:06 -09: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…
Add table
Reference in a new issue