mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Uncomment page size selector in WI editor
This commit is contained in:
parent
e9c459690f
commit
dc1c477d62
@ -268,10 +268,9 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
|
||||
const storageKey = 'WI_PerPage';
|
||||
$("#world_info_pagination").pagination({
|
||||
dataSource: getDataArray,
|
||||
pageSize: 25,
|
||||
//pageSize: Number(localStorage.getItem(storageKey)) || 25,
|
||||
//sizeChangerOptions: [10, 25, 50, 100],
|
||||
//showSizeChanger: true,
|
||||
pageSize: Number(localStorage.getItem(storageKey)) || 25,
|
||||
sizeChangerOptions: [10, 25, 50, 100],
|
||||
showSizeChanger: true,
|
||||
pageRange: 1,
|
||||
pageNumber: startPage,
|
||||
position: 'top',
|
||||
|
Loading…
x
Reference in New Issue
Block a user