Merge pull request #2221 from steve02081504/patch-1

More worldinfo page sizes
This commit is contained in:
Cohee 2024-05-13 16:56:53 +03:00 committed by GitHub
commit 2a30a74886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
$('#world_info_pagination').pagination({ $('#world_info_pagination').pagination({
dataSource: getDataArray, dataSource: getDataArray,
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault, pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
sizeChangerOptions: [10, 25, 50, 100], sizeChangerOptions: [10, 25, 50, 100, 500, 1000],
showSizeChanger: true, showSizeChanger: true,
pageRange: 1, pageRange: 1,
pageNumber: startPage, pageNumber: startPage,