mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #2221 from steve02081504/patch-1
More worldinfo page sizes
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user