mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Update to support pagination for history list
This commit is contained in:
parent
c06b2f4838
commit
cd9f8fe36b
3 changed files with 9 additions and 2 deletions
|
@ -18,7 +18,11 @@ var options = {
|
|||
</div>\
|
||||
</div>\
|
||||
</a>\
|
||||
</li>'
|
||||
</li>',
|
||||
page: 18,
|
||||
plugins: [
|
||||
ListPagination({})
|
||||
]
|
||||
};
|
||||
var historyList = new List('history', options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue