mirror of https://github.com/calzoneman/sync.git
Remove unqueue animation to prevent playlist highlight bug
Fixes Issue#5
This commit is contained in:
parent
64bdbe7084
commit
8c17b89eff
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue