Update to support pagination for history list
This commit is contained in:
@@ -18,7 +18,11 @@ var options = {
|
||||
</div>\
|
||||
</div>\
|
||||
</a>\
|
||||
</li>'
|
||||
</li>',
|
||||
page: 18,
|
||||
plugins: [
|
||||
ListPagination({})
|
||||
]
|
||||
};
|
||||
var historyList = new List('history', options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user