Skip to content

Commit

Permalink
relative_urls => false!!
Browse files Browse the repository at this point in the history
  • Loading branch information
awallef committed Dec 5, 2018
1 parent aefe474 commit dd7a826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webroot/js/element/component/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
'theme_url': this.$root.$el.dataset.webroot + 'trois/tinymce/js/tinymce/themes/modern/theme.js',
'skin_url': this.$root.$el.dataset.webroot + 'trois/tinymce/js/tinymce/skins/lightgray/',
'paste_enable_default_filters': true,
'paste_preprocess': this.pastePreprocess
'paste_preprocess': this.pastePreprocess,
'relative_urls': false
}, this.init)
}
},
Expand Down

0 comments on commit dd7a826

Please sign in to comment.