Merge branch 'cc-2211-changes-to-playlist-not-shown' into devel

This commit is contained in:
martin 2011-04-29 15:32:27 -04:00
commit 8ffbcc96c7
1 changed files with 6 additions and 5 deletions

View File

@ -388,11 +388,12 @@ function deleteSPL() {
url = '/Playlist/delete-active/format/json'; url = '/Playlist/delete-active/format/json';
$.post(url, noOpenPL); $.post(url, function(){
noOpenPL;
//redraw the library list //redraw the library list
dt = $("#library_display").dataTable(); dt = $("#library_display").dataTable();
dt.fnStandingRedraw(); dt.fnStandingRedraw();
});
} }
function openDiffSPL(json) { function openDiffSPL(json) {