mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
Monotone-Parent: fda20578f843fcc6f1e05c4ff194bef9d220bcae
Monotone-Revision: 90f11fe6847471901ab532bfef4bca2edff332a3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-22T19:02:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,7 +39,7 @@ var currentFolderIsExternal = false;
|
||||
var contactSelectorAction = 'addressbooks-contacts';
|
||||
|
||||
function openContactWindow(sender, url) {
|
||||
var msgWin = window.open(url, null, "width=545,height=545,resizable=0");
|
||||
var msgWin = window.open(url, null, "width=450,height=600,resizable=0");
|
||||
msgWin.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user