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
1 changed files with 1 additions and 1 deletions

View File

@ -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;