Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / core / modules / ckeditor / js / ckeditor.language.admin.js
1 /**
2 * DO NOT EDIT THIS FILE.
3 * See the following change record for more information,
4 * https://www.drupal.org/node/2815083
5 * @preserve
6 **/
7
8 (function ($, Drupal) {
9   Drupal.behaviors.ckeditorLanguageSettingsSummary = {
10     attach: function attach() {
11       $('#edit-editor-settings-plugins-language').drupalSetSummary(function (context) {
12         return $('#edit-editor-settings-plugins-language-language-list-type option:selected').text();
13       });
14     }
15   };
16 })(jQuery, Drupal);