CC-4449: (Firefox) Now Playing -> Cancel currently playing track does not work
-fixed
This commit is contained in:
parent
b8b3bfb495
commit
f02bf04a25
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue