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

View File

@@ -6,6 +6,7 @@ function onLoadColorPicker(event) {
function onChooseColor(newColor) {
window.opener.onColorPickerChoice(newColor);
window.close();
}
document.observe("dom:loaded", onLoadColorPicker);