Remove unqueue animation to prevent playlist highlight bug

Fixes Issue#5
This commit is contained in:
calzoneman 2013-03-17 09:54:01 -05:00
parent 64bdbe7084
commit 8c17b89eff
1 changed files with 2 additions and 2 deletions

View File

@ -98,9 +98,9 @@ function initCallbacks() {
$($('#queue').children()[POSITION+1]).addClass("alert alert-info");
}
var li = $('#queue').children()[data.pos];
$(li).hide('blind', function() {
//$(li).hide('blind', function() {
$(li).remove();
});
//});
});
socket.on('moveVideo', function(data) {