This commit is contained in:
calzoneman 2013-07-03 17:29:49 -04:00
parent 860d81afbc
commit d20e676443
5 changed files with 118 additions and 46 deletions

View file

@ -749,9 +749,7 @@ Callbacks = {
}
li.addClass("queue_active");
$("#queue").scrollTop(0);
var scroll = li.position().top - $("#queue").position().top;
$("#queue").scrollTop(scroll);
scrollQueue();
return true;
},
can_wait: true