2.3.8 play queue scroll fix

This commit is contained in:
Trevor Squillario 2012-12-21 01:27:24 -05:00
parent 77831e1ef6
commit 8d5629e752
7 changed files with 17 additions and 21 deletions

View file

@ -130,10 +130,6 @@
if (count > 0) {
$('#currentActions a.button').removeClass('disabled');
}
var songid = $('#CurrentPlaylistContainer tbody tr.playing').attr('childid');
if (songid !== undefined) {
$('#CurrentPlaylist').scrollTo($('#' + songid), 400);
}
break;
case '#tabPlaylists':
if (debug) { console.log("TAG PLAYLIST"); }