mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 02:02:32 +00:00
See ChangeLog.
Monotone-Parent: 56f2ec58d7c4d13a4fd5d2b2ef3d23ebab1cbd4c Monotone-Revision: 33fc22b2046a2c5d54cd55b2e023acb6b89d7ef4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-05-06T14:34:10 Monotone-Branch: ca.inverse.sogo Monotone-Tag: SOGo_v1.3.7a
This commit is contained in:
@@ -670,9 +670,7 @@ function displayAccountSignature(mailAccount) {
|
||||
var identity = (mailAccount["identities"]
|
||||
? mailAccount["identities"][0]
|
||||
: {} );
|
||||
var value = identity["signature"].replace(/^[ \n\r]*$/, "");
|
||||
if (CKEDITOR.instances["signature"])
|
||||
value = value.stripTags().unescapeHTML();
|
||||
var value = identity["signature"].stripTags().unescapeHTML().replace(/^[ \n\r]*/, "");
|
||||
if (value && value.length > 0) {
|
||||
if (value.length < 30) {
|
||||
actSignatureValue = value;
|
||||
|
||||
Reference in New Issue
Block a user