CC-4046: Timeline -> cannot drag and drog song into the posion between song's name and "show empty"

-fixed
This commit is contained in:
denise 2012-06-29 16:59:03 -04:00
parent 32350c5246
commit 46604fdf59
2 changed files with 2 additions and 4 deletions

View file

@ -589,7 +589,7 @@ var AIRTIME = (function(AIRTIME){
$nRow.addClass("sb-future");
}
if (aData.allowed !== true || aData.header === true) {
if (aData.allowed !== true) {
$nRow.addClass("sb-not-allowed");
}
else {
@ -902,7 +902,7 @@ var AIRTIME = (function(AIRTIME){
return draggingContainer;
},
items: 'tr:not(:first, :last, .sb-header, .sb-not-allowed, .sb-past, .sb-now-playing)',
items: 'tr:not(:first, :last, .sb-header, .sb-not-allowed, .sb-past, .sb-now-playing, .sb-empty)',
cancel: '.sb-footer',
receive: fnReceive,
update: fnUpdate,