CC-4449: (Firefox) Now Playing -> Cancel currently playing track does not work

-fixed
This commit is contained in:
denise 2012-09-17 12:27:17 -04:00
parent b8b3bfb495
commit f02bf04a25
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ var AIRTIME = (function(AIRTIME){
});
//delete selected tracks
$toolbar.find('.icon-trash')
$toolbar.find('.icon-trash').parent()
.click(function() {
if (AIRTIME.button.isDisabled('icon-trash') === true) {