Fix autosave issue in mozzila (#1925)

This commit is contained in:
aignatov-bio 2019-07-12 11:15:45 +02:00 committed by GitHub
parent 26ef970a1e
commit d8d04b89cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },