mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
Monotone-Parent: dd47bad51128926f3482ec2f47de979c952600c2
Monotone-Revision: d730814de50b7c4fd0fa165b4b6e02e968ff60ef Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-01T20:21:08 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=480,height=450,resizable=1,scrollbars=0,location=0");
|
||||
"width=520,height=450,resizable=1,scrollbars=0,location=0");
|
||||
w.opener = window;
|
||||
w.focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user