diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index af532dea3..e3b18b19f 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -485,7 +485,7 @@ var AIRTIME = (function(AIRTIME){ $image, $div, headerIcon; - + fnPrepareSeparatorRow = function fnPrepareSeparatorRow(sRowContent, sClass, iNodeIndex) { $node = $(nRow.children[iNodeIndex]); $node.html(sRowContent); @@ -620,7 +620,7 @@ var AIRTIME = (function(AIRTIME){ } $node = $(nRow.children[0]); - if (aData.allowed === true && aData.scheduled >= 1) { + if (aData.allowed === true && aData.scheduled >= 1 && aData.linked_allowed) { $node.html(''); } else { @@ -841,7 +841,7 @@ var AIRTIME = (function(AIRTIME){ }); $sbTable.find("tbody").on("click", "input:checkbox", function(ev) { - + var $cb = $(this), $tr = $cb.parents("tr"), $prev;