CC-4231: Library: Prevent audio preview popup for dynamic blocks

- done
This commit is contained in:
denise 2012-08-15 12:51:53 -04:00
parent 4d9a31b3c1
commit 7225345541
3 changed files with 10 additions and 1 deletions

View file

@ -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() {