mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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