mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
See ChangeLog.
Monotone-Parent: e58e01ba23d307338c0721fcb30c8c45fb1a15f4 Monotone-Revision: 79d4612ae4a95206d934814a5aef8dd0eb18b3a5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-04-15T19:24:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-04-15 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/ckeditor/config.js: Changed the default
|
||||
enter mode to use BR instead of P. This matches the behavior of Thunderbird.
|
||||
|
||||
2011-04-14 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxContactEditor.js
|
||||
|
||||
@@ -9,4 +9,5 @@ CKEDITOR.editorConfig = function( config )
|
||||
config.skin = 'kama';
|
||||
config.removePlugins = "elementspath,maximize,resize";
|
||||
config.scayt_autoStartup = false;
|
||||
config.enterMode = CKEDITOR.ENTER_BR;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user