classy-1.0.1/js/media_embed_ckeditor.theme.js
js/media_embed_ckeditor.theme.js
/**
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
* */
(function (Drupal) {
Drupal.theme.mediaEmbedPreviewError = function () {
return '<div class="media-embed-error media-embed-error--preview-error">'.concat(
Drupal.t(
'An error occurred while trying to preview the media. Please save your work and reload this page.',
),
'</div>',
);
};
})(Drupal);
