mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 04:15:11 +00:00
merge of '2a121cef9785165904cbe9effa330ad47ba45099'
and '9f129d083b11ce7ac964a083c351d2a15f16fbdb' Monotone-Parent: 2a121cef9785165904cbe9effa330ad47ba45099 Monotone-Parent: 9f129d083b11ce7ac964a083c351d2a15f16fbdb Monotone-Revision: ef0808300fb0a2f855c131c8d4958cef75bb1a1c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-11T13:33:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -772,7 +772,7 @@ function log(message) {
|
||||
return;
|
||||
}
|
||||
if (message[message.length-1] == "\n") {
|
||||
message = message.substr(0, message.length-2);
|
||||
message = message.substr(0, message.length-1);
|
||||
}
|
||||
var lines = message.split("\n");
|
||||
for (var i = 0; i < lines.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user