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.
1 parent 465bfa1 commit a8ff59aCopy full SHA for a8ff59a
app/code/Magento/Email/view/adminhtml/templates/template/edit.phtml
@@ -114,6 +114,8 @@ require([
114
},
115
116
stripTags: function () {
117
+ var self = this;
118
+
119
confirm({
120
content: "<?= $block->escapeJs($block->escapeHtml(__('Are you sure you want to strip tags?'))) ?>",
121
actions: {
@@ -125,7 +127,7 @@ require([
125
127
).stripTags().strip();
126
128
$('convert_button_back').show();
129
$('field_template_styles').hide();
- this.typeChange = true;
130
+ self.typeChange = true;
131
return false;
132
}
133
0 commit comments