CC-3870 : Now playing -> "Add n items" displays wrong "n" when drag and drop tracks to Time Line
This commit is contained in:
parent
0c233c3346
commit
bf614dd729
3 changed files with 23 additions and 4 deletions
|
@ -98,6 +98,13 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
};
|
||||
|
||||
mod.isChosenItem = function($el) {
|
||||
var id = $el.attr("id"),
|
||||
item = chosenItems[id];
|
||||
|
||||
return item !== undefined ? true : false;
|
||||
};
|
||||
|
||||
mod.addToChosen = function($el) {
|
||||
var id = $el.attr("id");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue