Skip to content

Commit

Permalink
Add 500 and 1000 as pagination options
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Aug 25, 2023
1 parent 79b7550 commit cf713b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
data-ajax="ajaxRequest"
data-pagination="true"
data-show-pagination-switch="true"
data-page-list="[5, 10, 25, 50, 100, 200, All]"
data-page-list="[5, 10, 25, 50, 100, 200, 500, 1000, All]"
data-search="true"
data-cookie="true"
data-cookie-same-site="Strict"
Expand Down

0 comments on commit cf713b5

Please sign in to comment.