CC-3715 : Library- carry over selected state between pages, be like gmail include select all/none
This commit is contained in:
parent
2c84420424
commit
b9e13d3b08
5 changed files with 141 additions and 75 deletions
|
@ -275,9 +275,9 @@ var AIRTIME = (function(AIRTIME){
|
|||
}
|
||||
|
||||
function redrawLib() {
|
||||
var dt = $("#library_display").dataTable();
|
||||
var dt = $lib.find("#library_display").dataTable();
|
||||
|
||||
dt.fnStandingRedraw();
|
||||
dt.fnDraw();
|
||||
}
|
||||
|
||||
function setPlaylistContent(json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue