CC-3640: Refresh Datatable after "Importing in Progress" label disappears on the Playlist Builder screen.
-fixed
This commit is contained in:
parent
a6f44226b9
commit
82130560f5
|
@ -526,7 +526,7 @@ function checkImportStatus(){
|
|||
}
|
||||
else{
|
||||
if ($(div).is(':visible')) {
|
||||
table.fnDraw();
|
||||
table.fnDraw();
|
||||
}
|
||||
div.hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue