Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
martin 2011-07-14 21:31:15 -04:00
commit 6a2bdaebe6

View file

@ -62,11 +62,7 @@ function deletePlaylist(json) {
} }
deleteItem("pl", json.id); deleteItem("pl", json.id);
window.location.reload();
// display noOpenPL on the left window
if( currentlyOpenedSplId == json.id){
noOpenPL(json);
}
} }
//end callbacks called by jjmenu //end callbacks called by jjmenu