From 923b51033b1a0a2e358371650393c7460e65ad14 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 18 Sep 2012 15:54:08 +0200 Subject: [PATCH] List 12 plugins instead of 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4 was a bit stingy :)  12 is a bit more friendly from a UX persepctive. --- src/static/js/admin/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/admin/plugins.js b/src/static/js/admin/plugins.js index 742c3bb2..93acf6ea 100644 --- a/src/static/js/admin/plugins.js +++ b/src/static/js/admin/plugins.js @@ -15,7 +15,7 @@ $(document).ready(function () { $('.search-results').data('query', { pattern: '', offset: 0, - limit: 4, + limit: 12, }); var doUpdate = false;