Tweak playlist and search UI
This commit is contained in:
parent
7307c9c82e
commit
0e2037f308
3 changed files with 24 additions and 5 deletions
|
|
@ -862,11 +862,12 @@ Callbacks = {
|
|||
$(li).appendTo($("#library"));
|
||||
},
|
||||
|
||||
itemsPerPage: 100
|
||||
itemsPerPage: 10
|
||||
};
|
||||
|
||||
var p = Paginate(data.results, opts);
|
||||
p.paginator.insertBefore($("#library"))
|
||||
p.paginator.insertAfter($("#library"))
|
||||
.addClass("pull-right")
|
||||
.attr("id", "search_pagination");
|
||||
$("#library").data("paginator", p);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue