CC-4450: Now Playing -> Can't remove overbooked tracks

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

View File

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