CC-2507:Deleting a playing during editing does not refresh page

- fixed
This commit is contained in:
James 2011-07-14 16:57:40 -04:00
parent 1aa1500d0c
commit 24891604d3
1 changed files with 1 additions and 5 deletions

View File

@ -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