Monotone-Parent: 2946be96e24ef28355163488376def0341ef650f

Monotone-Revision: 41b11d3b1b18c4d1c7da8ba97062c553d70d8596

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-26T17:16:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-26 17:16:16 +00:00
parent 335d43c92c
commit 674e436631
4 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -1055,7 +1055,7 @@ function newContactFromEmail(event) {
function onEmailTo(event) {
openMailTo(this.innerHTML.strip());
preventDefault(event);
Event.stop(event);
return false;
}