Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: (function ($, Drupal) { Chris@0: Drupal.behaviors.ckeditorLanguageSettingsSummary = { Chris@0: attach: function attach() { Chris@0: $('#edit-editor-settings-plugins-language').drupalSetSummary(function (context) { Chris@0: return $('#edit-editor-settings-plugins-language-language-list-type option:selected').text(); Chris@0: }); Chris@0: } Chris@0: }; Chris@0: })(jQuery, Drupal);