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:
Sam Minnee 2009-01-08 22:54:11 +00:00
parent e2dead2a8a
commit 35f2bc0a2f

View File

@ -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
});
}