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:
John McLear 2012-09-18 15:54:08 +02:00
parent 363ce7a9ad
commit 923b51033b

View file

@ -15,7 +15,7 @@ $(document).ready(function () {
$('.search-results').data('query', {
pattern: '',
offset: 0,
limit: 4,
limit: 12,
});
var doUpdate = false;