- Fixed a load problem with Code Editor by making user toggle it on. This is

better than normal anyway since many users appear not to want to use the
   editor in most cases.
This commit is contained in:
JT Smith 2009-05-08 15:27:20 +00:00
parent 0ba93ae518
commit 9fb2074414
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,9 @@
- fixed: URLs that shouldn't happen (#10353)
- Added more information output to EMS record importer.
- Fixed a search results display error with synopsis.
- Fixed a load problem with Code Editor by making user toggle it on. This is
better than normal anyway since many users appear not to want to use the
editor in most cases.
- fixed: i18n typo in Survey exit URL hover help.
- fixed: Survey jump target and jump expression precedence order across Section, Question, Answer.
- rfre #9998: Mark inbox messages read/unread

View file

@ -158,6 +158,7 @@ sub toHtml {
syntax : "$syntax",
start_highlight : true,
show_line_colors: true,
display : "later",
toolbar : "search, go_to_line, |, undo, redo, |, syntax_selection, highlight, reset_highlight, |, help"
});
</script>