Update to fix pagination error in list.js over v1.5.0
This commit is contained in:
@@ -54,11 +54,9 @@ const options = {
|
||||
'</a>' +
|
||||
'</li>',
|
||||
page: 18,
|
||||
plugins: [
|
||||
window.ListPagination({
|
||||
outerWindow: 1
|
||||
})
|
||||
]
|
||||
pagination: [{
|
||||
outerWindow: 1
|
||||
}]
|
||||
}
|
||||
const historyList = new List('history', options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user