Skip to content
comment-entity-form.js 534 B
Newer Older
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
  Drupal.behaviors.commentFieldsetSummaries = {
      var $context = $(context);
      $context.find('fieldset.comment-entity-settings-form').drupalSetSummary(function (context) {
        return Drupal.checkPlain($(context).find('.js-form-item-comment input:checked').next('label').text());