mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX #3024 - Stopped style dropdowns from getting stuck by making them regular dropdowns. Not as pretty but more stable.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69927 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e2dead2a8a
commit
35f2bc0a2f
@ -40,7 +40,8 @@ if((typeof tinyMCE != 'undefined')) {
|
||||
|
||||
safari_warning : false,
|
||||
relative_urls : true,
|
||||
verify_html : true
|
||||
verify_html : true,
|
||||
use_native_selects : true // fancy selects are bug as of SS 2.3.0
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user