mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 05:15:25 +00:00
Monotone-Parent: f8f29401b79be9d6545414948b83cb353a55ae8d
Monotone-Revision: 6b27e776287f9677560ff81cbb45e7471959c9e0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-30T01:39:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -390,7 +390,7 @@ function onViewEventCallback(http) {
|
||||
div.down("P", 1).hide();
|
||||
|
||||
if (data["description"].length) {
|
||||
div.down("P", 2).update(data["description"]);
|
||||
div.down("P", 2).update(data["description"].replace(/\r\n/g, "<BR/>"));
|
||||
div.down("P", 2).show();
|
||||
} else
|
||||
div.down("P", 2).hide();
|
||||
|
||||
Reference in New Issue
Block a user