mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-26 00:43:22 +00:00
merge of '911b87d5ac8f4df7258d042280cb3980cc12fe69'
and 'af42841d84124923cafdae4a868fe032b8f07d79' Monotone-Parent: 911b87d5ac8f4df7258d042280cb3980cc12fe69 Monotone-Parent: af42841d84124923cafdae4a868fe032b8f07d79 Monotone-Revision: efd9926cc2f7cfa8385ca79896abdf82e8b16d59 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-02-06T20:08:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user