mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
Fix autosave issue in mozzila (#1925)
This commit is contained in:
parent
26ef970a1e
commit
d8d04b89cd
1 changed files with 2 additions and 1 deletions
3
app/assets/javascripts/sitewide/tiny_mce.js
vendored
3
app/assets/javascripts/sitewide/tiny_mce.js
vendored
|
@ -65,7 +65,8 @@ var TinyMCE = (function() {
|
|||
removed_menuitems: 'newdocument',
|
||||
object_resizing: true,
|
||||
elementpath: false,
|
||||
forced_root_block: false,
|
||||
forced_root_block: 'div',
|
||||
force_p_newlines: false,
|
||||
default_link_target: '_blank',
|
||||
target_list: [
|
||||
{ title: 'New page', value: '_blank' },
|
||||
|
|
Loading…
Reference in a new issue