mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-13 19:01:23 +00:00
Monotone-Parent: 9ba50cdae73842f1d837579953a70089622effa5
Monotone-Revision: efb4cad1d07472e5ed5121c7bb6c6545f37d2f0e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-01T20:49:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1522,7 +1522,7 @@ function onLinkBannerClick() {
|
||||
function onPreferencesClick(event) {
|
||||
var urlstr = UserFolderURL + "preferences";
|
||||
var w = window.open(urlstr, "_blank",
|
||||
"width=520,height=450,resizable=1,scrollbars=0,location=0");
|
||||
"width=580,height=450,resizable=1,scrollbars=0,location=0");
|
||||
w.opener = window;
|
||||
w.focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user