CC-4895: Remove all json die() statements from code
- removed json_encode
This commit is contained in:
parent
7bc4151741
commit
525b2dcb33
15 changed files with 43 additions and 51 deletions
|
@ -87,8 +87,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
// once a track plays out we need to check if we can update
|
||||
// the is_scheduled flag in cc_files
|
||||
$.post(baseUrl+"schedule/update-future-is-scheduled",
|
||||
{"format": "json", "schedId": schedId}, function(json) {
|
||||
var data = $.parseJSON(json);
|
||||
{"format": "json", "schedId": schedId}, function(data) {
|
||||
if (data.redrawLibTable !== undefined && data.redrawLibTable) {
|
||||
$("#library_content").find("#library_display").dataTable().fnStandingRedraw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue