X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=inline;f=web%2Fcore%2Fmodules%2Fcomment%2Fcomment-entity-form.js;h=15196ca8331a98fee0202cced11a1430d7121fac;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=fd16d8bfb0e48c16e9bc60f656bc9936f3621c4c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/comment/comment-entity-form.js b/web/core/modules/comment/comment-entity-form.js index fd16d8bfb..15196ca83 100644 --- a/web/core/modules/comment/comment-entity-form.js +++ b/web/core/modules/comment/comment-entity-form.js @@ -1,23 +1,17 @@ /** - * @file - * Attaches comment behaviors to the entity form. - */ +* DO NOT EDIT THIS FILE. +* See the following change record for more information, +* https://www.drupal.org/node/2815083 +* @preserve +**/ (function ($, Drupal) { - - 'use strict'; - - /** - * - * @type {Drupal~behavior} - */ Drupal.behaviors.commentFieldsetSummaries = { - attach: function (context) { + attach: function attach(context) { 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()); }); } }; - -})(jQuery, Drupal); +})(jQuery, Drupal); \ No newline at end of file