mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Monotone-Parent: f90d169fbc251326ea6c8a2f620e125a8a7b4168
Monotone-Revision: 7786f49f6724383b92e91ba7998b99cfb52ceec3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-20T13:27:21
This commit is contained in:
@@ -1681,13 +1681,10 @@ function onPreferencesClick(event) {
|
||||
}
|
||||
else {
|
||||
var w = window.open(urlstr, "SOGoPreferences",
|
||||
"width=580,height=450,resizable=1,scrollbars=0,location=0");
|
||||
"width=580,height=476,resizable=1,scrollbars=0,location=0");
|
||||
w.opener = window;
|
||||
w.focus();
|
||||
}
|
||||
|
||||
preventDefault(event);
|
||||
return false;
|
||||
}
|
||||
|
||||
function configureLinkBanner() {
|
||||
@@ -1704,7 +1701,7 @@ function configureLinkBanner() {
|
||||
link = $("preferencesBannerLink");
|
||||
if (link) {
|
||||
link.observe("mousedown", listRowMouseDownHandler);
|
||||
link.observe("click", onPreferencesClick);
|
||||
link.observe("click", clickEventWrapper(onPreferencesClick));
|
||||
}
|
||||
link = $("consoleBannerLink");
|
||||
if (link) {
|
||||
|
||||
Reference in New Issue
Block a user