diff options
author | emkael <emkael@tlen.pl> | 2017-09-07 02:13:47 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-07 02:13:47 +0200 |
commit | 46443146f51a3b788c28b4ac4b9b8de7b22af39f (patch) | |
tree | 4c2e092a8ba622e2f724d4933b09c24978222f8f /templates | |
parent | 4060fa99c23bca17895029ae1ffad24d0d024269 (diff) |
Default paging size increased to 100
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ranking.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/ranking.html b/templates/ranking.html index 19b6297..0455759 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -161,8 +161,7 @@ <div class="input-group"> <select id="pagesize" class="form-control" aria-label="Pozycji na stronÄ™"> - <option value="50" selected="selected">50</option> - <option value="100">100</option> + <option value="100" selected="selected">100</option> <option value="200">200</option> <option value="500">500</option> <option value="1000">1000</option> |