Loading js/webform.element.excluded_elements.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ */ Drupal.behaviors.webformExcludedElementsComposite = { attach: function (context) { $(once('webform-excluded-elements', '.form-type-webform-excluded-elements [data-composite] input:checkbox')) $(once('webform-excluded-elements', '.form-type-webform-excluded-elements [data-composite] input[type="checkbox"]')) .on('click', function () { var checked = this.checked; var compositeKey = this.value; Loading Loading
js/webform.element.excluded_elements.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ */ Drupal.behaviors.webformExcludedElementsComposite = { attach: function (context) { $(once('webform-excluded-elements', '.form-type-webform-excluded-elements [data-composite] input:checkbox')) $(once('webform-excluded-elements', '.form-type-webform-excluded-elements [data-composite] input[type="checkbox"]')) .on('click', function () { var checked = this.checked; var compositeKey = this.value; Loading