CC-4379: Playlist Builder: Click Save will cause playlist disappear from right side
-fixed
This commit is contained in:
parent
bba001c0db
commit
2474d50e9f
|
@ -635,7 +635,9 @@ var AIRTIME = (function(AIRTIME){
|
|||
if (json.error !== undefined) {
|
||||
alert(json.error);
|
||||
}
|
||||
AIRTIME.playlist.fnOpenPlaylist(json);
|
||||
if (json.html !== undefined) {
|
||||
AIRTIME.playlist.fnOpenPlaylist(json);
|
||||
}
|
||||
setModified(json.modified);
|
||||
if (obj_type == "block") {
|
||||
callback(data, "save");
|
||||
|
|
Loading…
Reference in New Issue