X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fckeditor%2Fjs%2Fckeditor.language.admin.js;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fjs%2Fckeditor.language.admin.js;h=1d8b1cedaedae7d4bd1bfef1129ba528d5bb2180;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=1b9b5a66f07eb941aaff46a7a474a31c2c103995;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/ckeditor/js/ckeditor.language.admin.js b/web/core/modules/ckeditor/js/ckeditor.language.admin.js index 1b9b5a66f..1d8b1ceda 100644 --- a/web/core/modules/ckeditor/js/ckeditor.language.admin.js +++ b/web/core/modules/ckeditor/js/ckeditor.language.admin.js @@ -1,16 +1,16 @@ -(function ($, Drupal) { - - 'use strict'; +/** +* DO NOT EDIT THIS FILE. +* See the following change record for more information, +* https://www.drupal.org/node/2815083 +* @preserve +**/ - /** - * Provides the summary for the "language" plugin settings vertical tab. - */ +(function ($, Drupal) { Drupal.behaviors.ckeditorLanguageSettingsSummary = { - attach: function () { + attach: function attach() { $('#edit-editor-settings-plugins-language').drupalSetSummary(function (context) { return $('#edit-editor-settings-plugins-language-language-list-type option:selected').text(); }); } }; - -})(jQuery, Drupal); +})(jQuery, Drupal); \ No newline at end of file