CC-4920: Now Playling js error

-fixed
This commit is contained in:
denise 2013-02-06 13:25:48 -05:00
parent 8db71eac52
commit 0ed5d18e95
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ var AIRTIME = (function(AIRTIME){
$.post(baseUrl+"schedule/update-future-is-scheduled",
{"format": "json", "schedId": schedId}, function(json) {
var data = $.parseJSON(json);
if (data.redrawLibTable) {
if (data.redrawLibTable !== undefined && data.redrawLibTable) {
$("#library_content").find("#library_display").dataTable().fnStandingRedraw();
}
});