CC-4231: Library: Prevent audio preview popup for dynamic blocks
- done
This commit is contained in:
parent
4d9a31b3c1
commit
7225345541
3 changed files with 10 additions and 1 deletions
|
@ -40,6 +40,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
$nRow.attr("id", aData["tr_id"])
|
||||
.data("aData", aData)
|
||||
.data("screen", "playlist");
|
||||
|
||||
if (aData["bl_type"] !== undefined) {
|
||||
$nRow.attr("bl_type", aData["bl_type"]);
|
||||
}
|
||||
};
|
||||
|
||||
mod.fnDrawCallback = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue