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 a1d5916 + d98c1d3 commit ef6a60eCopy full SHA for ef6a60e
lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
@@ -347,7 +347,6 @@ define([
347
// escape special chars in directives url to use it in regular expression
348
var url = this.makeDirectiveUrl('%directive%').replace(/([$^.?*!+:=()\[\]{}|\\])/g, '\\$1');
349
var reg = new RegExp(url.replace('%directive%', '([a-zA-Z0-9,_-]+)'));
350
- content = decodeURIComponent(content);
351
352
return content.gsub(reg, function(match) {
353
return Base64.mageDecode(match[1]);
0 commit comments