Monotone-Parent: ac173d0d4721d3da5cd1e99cf5b6b631eff3bd86

Monotone-Revision: af42841d84124923cafdae4a868fe032b8f07d79

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-02-06T20:04:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-02-06 20:04:50 +00:00
parent 4dfedb5e54
commit 6b7a5ad682

View file

@ -207,7 +207,7 @@ function openUserFolderSelector(callback, type) {
}
function openContactWindow(url, wId) {
if (typeof wId == "undefined")
if (!wId)
wId = "_blank";
else {
wId = sanitizeWindowName(wId);
@ -223,7 +223,7 @@ function openContactWindow(url, wId) {
function openMailComposeWindow(url, wId) {
var parentWindow = this;
if (typeof wId == "undefined")
if (!wId)
wId = "_blank";
else {
wId = sanitizeWindowName(wId);