cc-2211:changes-to-playlist-not-shown
- removing some codes that aren't used. - it deletes pl from the right list if the 'delete' button on the left window is clicked.
This commit is contained in:
parent
44d599a00b
commit
d9ecb965bb
2 changed files with 4 additions and 2 deletions
|
@ -389,6 +389,10 @@ function deleteSPL() {
|
|||
url = '/Playlist/delete-active/format/json';
|
||||
|
||||
$.post(url, noOpenPL);
|
||||
|
||||
//redraw the library list
|
||||
dt = $("#library_display").dataTable();
|
||||
dt.fnStandingRedraw();
|
||||
}
|
||||
|
||||
function openDiffSPL(json) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue