mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-04 22:19:07 +08:00
Merge pull request #2197 from okriuchykhin/ok_SCI_4053
Fix TinyMCE image URLs in the editor [SCI-4053]
This commit is contained in:
commit
95686a9275
1 changed files with 1 additions and 0 deletions
1
app/assets/javascripts/sitewide/tiny_mce.js
vendored
1
app/assets/javascripts/sitewide/tiny_mce.js
vendored
|
@ -113,6 +113,7 @@ var TinyMCE = (function() {
|
|||
tinyMCE.init({
|
||||
cache_suffix: '?v=4.9.3', // This suffix should be changed any time library is updated
|
||||
selector: selector,
|
||||
convert_urls: false,
|
||||
menubar: 'file edit view insert format',
|
||||
toolbar: 'undo redo restoredraft | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link | forecolor backcolor | customimageuploader marvinjsplugin | codesample',
|
||||
plugins: plugins,
|
||||
|
|
Loading…
Reference in a new issue