2.0 - Bug fixes

This commit is contained in:
Trevor Squillario 2012-05-22 11:47:48 -04:00
parent eabb7f5a15
commit 5fab973600
2 changed files with 7 additions and 11 deletions

View file

@ -120,7 +120,7 @@
getAlbums($(this).attr("id"), '', '#AlbumRows');
});
$('#BottomIndex li a').live('click', function () {
var el = '#index_' + $(this).text();
var el = 'a[name = "index_' + $(this).text() + '"]';
$('#Artists').stop().scrollTo(el, 400);
return false;
});
@ -602,8 +602,8 @@
};
$("#CurrentPlaylistContainer tbody").sortable({
helper: fixHelper,
stop: function() {
refreshRowColor('#CurrentPlaylistContainer tbody');
stop: function () {
refreshRowColor('#CurrentPlaylistContainer tbody');
}
}).disableSelection();
$("#TrackContainer tbody").sortable({
@ -613,4 +613,4 @@
}
}).disableSelection();
}); // End document.ready
}); // End document.ready