mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Update to fix pagination error in list.js over v1.5.0
This commit is contained in:
parent
506a381eca
commit
f55a4b8497
3 changed files with 4 additions and 9 deletions
|
@ -54,11 +54,9 @@ const options = {
|
|||
'</a>' +
|
||||
'</li>',
|
||||
page: 18,
|
||||
plugins: [
|
||||
window.ListPagination({
|
||||
outerWindow: 1
|
||||
})
|
||||
]
|
||||
pagination: [{
|
||||
outerWindow: 1
|
||||
}]
|
||||
}
|
||||
const historyList = new List('history', options)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue