mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
List 12 plugins instead of 4
4 was a bit stingy :) 12 is a bit more friendly from a UX persepctive.
This commit is contained in:
parent
363ce7a9ad
commit
923b51033b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $(document).ready(function () {
|
||||||
$('.search-results').data('query', {
|
$('.search-results').data('query', {
|
||||||
pattern: '',
|
pattern: '',
|
||||||
offset: 0,
|
offset: 0,
|
||||||
limit: 4,
|
limit: 12,
|
||||||
});
|
});
|
||||||
|
|
||||||
var doUpdate = false;
|
var doUpdate = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue