Show 50 packages per page rather than 100

This commit is contained in:
Steve Purcell 2015-01-12 21:12:15 +00:00
parent ea96112f26
commit c8152268c9

View file

@ -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;