cc-2211:changes-to-playlist-not-shown
There was a timing issue Moved redrawing part into callback function.
This commit is contained in:
parent
d9ecb965bb
commit
615c6e18f5
|
@ -363,11 +363,11 @@ function createPlaylistMetaForm(json) {
|
|||
|
||||
$.post(url, data, function(json){
|
||||
openDiffSPL(json);
|
||||
//redraw the library list
|
||||
dt = $("#library_display").dataTable();
|
||||
dt.fnStandingRedraw();
|
||||
})
|
||||
|
||||
//redraw the library list
|
||||
dt = $("#library_display").dataTable();
|
||||
dt.fnStandingRedraw();
|
||||
});
|
||||
|
||||
$("#side_playlist")
|
||||
|
|
Loading…
Reference in New Issue