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
|
@ -15,7 +15,7 @@ $(document).ready(function () {
|
|||
$('.search-results').data('query', {
|
||||
pattern: '',
|
||||
offset: 0,
|
||||
limit: 4,
|
||||
limit: 12,
|
||||
});
|
||||
|
||||
var doUpdate = false;
|
||||
|
|
Loading…
Reference in New Issue