mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 04:49:46 +00:00
Monotone-Parent: 739a45e2e868c13f0af04a0711f65d467bf9bb1d
Monotone-Revision: d9866f043739db58312281104e3d2147eb8f2b42 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-18T17:50:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -574,7 +574,7 @@ function log(message) {
|
||||
}
|
||||
var logConsole = logWindow.document.getElementById("logConsole");
|
||||
if (logConsole)
|
||||
logConsole.innerHTML += message.replace("<", "<") + '<br />' + "\n";
|
||||
logConsole.innerHTML += message.replace("<", "<", "g") + '<br />' + "\n";
|
||||
}
|
||||
|
||||
function backtrace() {
|
||||
|
||||
Reference in New Issue
Block a user