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