From 24891604d3dfdf77830926216835b8f040276d57 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Jul 2011 16:57:40 -0400 Subject: [PATCH] CC-2507:Deleting a playing during editing does not refresh page - fixed --- airtime_mvc/public/js/airtime/library/library.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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