Major update on cryptosystem, all passwords now obsolete..

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-16 15:15:47 +02:00
parent b6b19cc8b7
commit 0db90fe416
7 changed files with 77 additions and 37 deletions

View File

@@ -366,7 +366,7 @@ var List = {
}, 305);
if(removed) {
$("#"+deleted).remove();
full_playlist.splice(List.getIndexOfSong(deleted), 1);
full_playlist.splice(List.getIndexOfSong(deleted), 1);
}
} catch(err) {