Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2013-02-06 16:29:41 -05:00
commit 7bc4151741
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();
}
});