CC-4902: Library -> Status column does not update when you add a file to a show

-fixed
This commit is contained in:
denise 2013-01-31 11:28:54 -05:00
parent cf2ed25bfb
commit e1c69ebca2
1 changed files with 3 additions and 2 deletions

View File

@ -251,10 +251,11 @@ var AIRTIME = (function(AIRTIME){
mod.fnItemCallback = function(json) { mod.fnItemCallback = function(json) {
checkError(json); checkError(json);
mod.getSelectedCursors(); mod.getSelectedCursors();
oSchedTable.fnDraw(); oSchedTable.fnDraw();
mod.enableUI(); mod.enableUI();
$("#library_content").find("#library_display").dataTable().fnStandingRedraw();
}; };
mod.getSelectedCursors = function() { mod.getSelectedCursors = function() {