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 8bd2f85 commit 4fc9405Copy full SHA for 4fc9405
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js
@@ -505,7 +505,7 @@ define([
505
toggle: function () {
506
var content;
507
508
- if (!tinyMCE.get(this.getId())) {
+ if (!hugerte.get(this.getId())) {
509
this.turnOn();
510
511
return true;
@@ -526,8 +526,8 @@ define([
526
* On form validation.
527
*/
528
onFormValidation: function () {
529
- if (tinyMCE.get(this.getId())) {
530
- $(this.getId()).value = tinyMCE.get(this.getId()).getContent();
+ if (hugerte.get(this.getId())) {
+ $(this.getId()).value = hugerte.get(this.getId()).getContent();
531
}
532
},
533
0 commit comments