Update to support pagination for history list

This commit is contained in:
Wu Cheng-Han 2016-10-11 16:48:42 +08:00
parent c06b2f4838
commit cd9f8fe36b
3 changed files with 9 additions and 2 deletions

View file

@ -18,7 +18,11 @@ var options = {
</div>\
</div>\
</a>\
</li>'
</li>',
page: 18,
plugins: [
ListPagination({})
]
};
var historyList = new List('history', options);