Skip to content

Commit 4a14208

Browse files
author
Dmytro Vilchynskyi
committed
Merge remote-tracking branch 'origin/MAGETWO-66885' into PR_08062017
2 parents d32eb22 + b1827bc commit 4a14208

File tree

1 file changed

+0
-2
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+0
-2
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,6 @@ define([
463463
var url = this.makeDirectiveUrl('%directive%').replace(/([$^.?*!+:=()\[\]{}|\\])/g, '\\$1'),
464464
reg = new RegExp(url.replace('%directive%', '([a-zA-Z0-9,_-]+)'));
465465

466-
content = decodeURIComponent(content);
467-
468466
return content.gsub(reg, function (match) { //eslint-disable-line no-extra-bind
469467
return Base64.mageDecode(match[1]);
470468
});

0 commit comments

Comments
 (0)