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
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ function checkImportStatus(){
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
if ($(div).is(':visible')) {
|
if ($(div).is(':visible')) {
|
||||||
table.fnDraw();
|
table.fnDraw();
|
||||||
}
|
}
|
||||||
div.hide();
|
div.hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue