CC-4450: Now Playing -> Can't remove overbooked tracks
-fixed
This commit is contained in:
parent
e30d3b770c
commit
b8b3bfb495
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue