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){
|
$.post(url, data, function(json){
|
||||||
openDiffSPL(json);
|
openDiffSPL(json);
|
||||||
})
|
|
||||||
|
|
||||||
//redraw the library list
|
//redraw the library list
|
||||||
dt = $("#library_display").dataTable();
|
dt = $("#library_display").dataTable();
|
||||||
dt.fnStandingRedraw();
|
dt.fnStandingRedraw();
|
||||||
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#side_playlist")
|
$("#side_playlist")
|
||||||
|
|
Loading…
Reference in New Issue