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:
Francis Lachapelle
2012-03-15 19:34:59 +00:00
parent 0c35e07526
commit 81d2ee2bae
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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();