diff options
author | John McLear <john@mclear.co.uk> | 2012-09-18 15:54:08 +0200 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-09-18 15:54:08 +0200 |
commit | 923b51033b1a0a2e358371650393c7460e65ad14 (patch) | |
tree | c32aefddd64e811eb30a6d3d22e63867e336dee7 /src/static/js | |
parent | 363ce7a9ad1969e6792b86b9d2f21d1afa7ad80a (diff) | |
download | etherpad-lite-923b51033b1a0a2e358371650393c7460e65ad14.zip |
List 12 plugins instead of 4
4 was a bit stingy :) 12 is a bit more friendly from a UX persepctive.
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/admin/plugins.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |