mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ function onLoadColorPicker(event) {
|
||||
|
||||
function onChooseColor(newColor) {
|
||||
window.opener.onColorPickerChoice(newColor);
|
||||
window.close();
|
||||
}
|
||||
|
||||
document.observe("dom:loaded", onLoadColorPicker);
|
||||
|
||||
Reference in New Issue
Block a user