Monotone-Parent: 13939d03699c62c89683892748dd32f71667b793

Monotone-Revision: 259a8cd49810c03a654aae9e2c3bd73c56bcca76

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-16T13:28:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-16 13:28:20 +00:00
parent 412fec42e9
commit 51951f162d
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-02-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxColorPicker.js (onChooseColor): the
colour window is now closed once the user has made his choice.
2010-02-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/generic.js (getTarget): ensure the
+1
View File
@@ -6,6 +6,7 @@ function onLoadColorPicker(event) {
function onChooseColor(newColor) {
window.opener.onColorPickerChoice(newColor);
window.close();
}
document.observe("dom:loaded", onLoadColorPicker);