fixed timing on removing of song

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-25 17:35:50 +02:00
parent 8db9663827
commit 8335e2eef0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,7 @@ var List = {
{ {
$("#"+msg[1]).remove(); $("#"+msg[1]).remove();
full_playlist.splice(List.getIndexOfSong(msg[1]), 1); full_playlist.splice(List.getIndexOfSong(msg[1]), 1);
}, 1050); }, 305);
}else if(msg[0] == "vote") }else if(msg[0] == "vote")
{ {
var index_of_song = List.getIndexOfSong(msg[1]); var index_of_song = List.getIndexOfSong(msg[1]);