CC-4450: Now Playing -> Can't remove overbooked tracks
-fixed
This commit is contained in:
parent
e30d3b770c
commit
b8b3bfb495
|
@ -1023,7 +1023,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
});
|
});
|
||||||
|
|
||||||
//delete overbooked tracks.
|
//delete overbooked tracks.
|
||||||
$toolbar.find('.icon-cut')
|
$toolbar.find('.icon-cut').parent()
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
|
||||||
if (AIRTIME.button.isDisabled('icon-cut') === true) {
|
if (AIRTIME.button.isDisabled('icon-cut') === true) {
|
||||||
|
|
Loading…
Reference in New Issue