diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index fdb95eb1f..11f1610b5 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -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