CC-4246: Smart Playlist: Click shuffle button will shuffle the contents multiple times

- small code fix
This commit is contained in:
denise 2012-08-24 11:45:56 -04:00
parent 5f1c6453a5
commit b8571be827
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ function setupUI() {
} else if (!shuffleButton.hasClass('ui-state-disabled')) {
if (!shuffleButton.hasClass('ui-state-disabled')) {
shuffleButton.addClass('ui-state-disabled');
}
if (shuffleButton.attr('disabled') === undefined) {
shuffleButton.attr('disabled', 'disabled');
}
}