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) {
|
if (json.error !== undefined) {
|
||||||
alert(json.error);
|
alert(json.error);
|
||||||
}
|
}
|
||||||
|
if (json.html !== undefined) {
|
||||||
AIRTIME.playlist.fnOpenPlaylist(json);
|
AIRTIME.playlist.fnOpenPlaylist(json);
|
||||||
|
}
|
||||||
setModified(json.modified);
|
setModified(json.modified);
|
||||||
if (obj_type == "block") {
|
if (obj_type == "block") {
|
||||||
callback(data, "save");
|
callback(data, "save");
|
||||||
|
|
Loading…
Reference in New Issue