setCurrent can wait

This commit is contained in:
calzoneman 2013-07-03 11:32:44 -04:00
parent f6b02a166a
commit 7d232b80dc
2 changed files with 5 additions and 2 deletions

View file

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