CC-2507:Deleting a playing during editing does not refresh page
- fixed
This commit is contained in:
parent
1aa1500d0c
commit
24891604d3
|
@ -62,11 +62,7 @@ function deletePlaylist(json) {
|
|||
}
|
||||
|
||||
deleteItem("pl", json.id);
|
||||
|
||||
// display noOpenPL on the left window
|
||||
if( currentlyOpenedSplId == json.id){
|
||||
noOpenPL(json);
|
||||
}
|
||||
window.location.reload();
|
||||
}
|
||||
//end callbacks called by jjmenu
|
||||
|
||||
|
|
Loading…
Reference in New Issue