modified javascript and binary values to make dynamic default
This commit is contained in:
parent
c7767c8a8d
commit
4abe301fbb
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue