We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32eb22 + b1827bc commit 4a14208Copy full SHA for 4a14208
lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
@@ -463,8 +463,6 @@ define([
463
var url = this.makeDirectiveUrl('%directive%').replace(/([$^.?*!+:=()\[\]{}|\\])/g, '\\$1'),
464
reg = new RegExp(url.replace('%directive%', '([a-zA-Z0-9,_-]+)'));
465
466
- content = decodeURIComponent(content);
467
-
468
return content.gsub(reg, function (match) { //eslint-disable-line no-extra-bind
469
return Base64.mageDecode(match[1]);
470
});
0 commit comments