File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ export const renderOptions = {
3434 external,
3535 elements : {
3636 tinymce : {
37- dependencies : { js : 'cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js' } ,
3837 action : {
3938 onRender : elem => {
4039 if ( elem . id ) {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export const insertScript = src => {
4343 attrs : {
4444 type : 'text/javascript' ,
4545 async : true ,
46- src : `// ${ src . replace ( / ^ h t t p s ? : \/ \/ / , '' ) } ` ,
46+ src,
4747 } ,
4848 action : {
4949 load : ( ) => onLoadJavascript ( script , resolve ) ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class TinyMCEControl extends Control {
1717 attrs : {
1818 required : false ,
1919 } ,
20- dependencies : { js : 'cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js' } ,
20+ dependencies : { js : 'https:// cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js' } ,
2121 // this action is passed to the rendered control/element
2222 // useful for actions and events on the control preview
2323 action : {
You can’t perform that action at this time.
0 commit comments