diff options
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/futon.browse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index e6875948..6c7c6719 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -471,7 +471,7 @@ // reduce views options.limit = per_page + 1; } else { - per_page = options.limit; + per_page = options.limit - 1; } if ($("#documents thead th.key").is(".desc")) { if (typeof options.descending == 'undefined') options.descending = true; |