modified javascript and binary values to make dynamic default

This commit is contained in:
Robbt 2018-12-11 21:34:06 -05:00
parent c7767c8a8d
commit 4abe301fbb
3 changed files with 3 additions and 3 deletions

View file

@ -1277,7 +1277,7 @@ var AIRTIME = (function(AIRTIME) {
}
// remove 'Add to smart block' option if the current
// block is dynamic
if ($('input:radio[name=sp_type]:checked').val() === "1") {
if ($('input:radio[name=sp_type]:checked').val() === "0") {
delete oItems.pl_add;
}
items = oItems;