mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
See ChangeLog.
Monotone-Parent: d3b4b92de45b37936f6816dba1d0ea3f9f98d9e0 Monotone-Revision: 54361ffbde5f93b591ae752e400914e0a1896342 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-15T19:34:59
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-03-15 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/generic.js (onPreferencesClick): don't
|
||||
allow the user to open the preferences window multiple times.
|
||||
|
||||
* UI/WebServerResources/SOGoDragHandles.js (enableRightSafety):
|
||||
new method to display a "safety" block on top of the right block
|
||||
when dragging the handle. This fixes a problem when the right
|
||||
|
||||
@@ -1664,7 +1664,7 @@ function onPreferencesClick(event) {
|
||||
div.show(); //setStyle({display: "block"});
|
||||
}
|
||||
else {
|
||||
var w = window.open(urlstr, "_blank",
|
||||
var w = window.open(urlstr, "SOGoPreferences",
|
||||
"width=580,height=450,resizable=1,scrollbars=0,location=0");
|
||||
w.opener = window;
|
||||
w.focus();
|
||||
|
||||
Reference in New Issue
Block a user