Loading js/drupal-block-settings.es6.js +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ // If checked, replace array item. If not checked concat to values array. if (this.checked) { values = values.filter(v => v.name !== this.name); values = values.concat({name: this.name, value: 1}); values = values.concat({name: this.name, value: this.value}); } else { values = values.concat({name: this.name, value: 0}); Loading js/drupal-block-settings.js +2 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument values = values.filter(function (v) { return v.name !== _this.name; }); values = values.concat({ name: this.name, value: 1 }); values = values.concat({ name: this.name, value: this.value }); } else { values = values.concat({ name: this.name, value: 0 }); } Loading Loading
js/drupal-block-settings.es6.js +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ // If checked, replace array item. If not checked concat to values array. if (this.checked) { values = values.filter(v => v.name !== this.name); values = values.concat({name: this.name, value: 1}); values = values.concat({name: this.name, value: this.value}); } else { values = values.concat({name: this.name, value: 0}); Loading
js/drupal-block-settings.js +2 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument values = values.filter(function (v) { return v.name !== _this.name; }); values = values.concat({ name: this.name, value: 1 }); values = values.concat({ name: this.name, value: this.value }); } else { values = values.concat({ name: this.name, value: 0 }); } Loading