diff --git a/js/plugins/drupalentity/plugin.js b/js/plugins/drupalentity/plugin.js index b8a5090..f89ebe1 100644 --- a/js/plugins/drupalentity/plugin.js +++ b/js/plugins/drupalentity/plugin.js @@ -109,7 +109,8 @@ base: element.getId(), element: element.$, url: Drupal.url('embed/preview/' + editor.config.drupal.format + '?' + $.param({ - value: element.getOuterHtml() + value: element.getOuterHtml(), + editor: editor.name })), progress: {type: 'none'}, // Use a custom event to trigger the call.