CC-3640: Refresh Datatable after "Importing in Progress" label disappears on the Playlist Builder screen.

-fixed
This commit is contained in:
denise 2012-04-13 18:05:31 -04:00
parent a6f44226b9
commit 82130560f5
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ function checkImportStatus(){
}
else{
if ($(div).is(':visible')) {
table.fnDraw();
table.fnDraw();
}
div.hide();
}