Monotone-Parent: 4c641cc8cb0c4617186e4139ce2c11f856fbbbf7

Monotone-Revision: 77e860b2862bbbc9e902e0772f16dcae73745484

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-21T23:04:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-04-21 23:04:26 +00:00
parent 74d8080342
commit 51e3d92d62
3 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
function onLoadColorPicker(event) {
showColorPicker();
}
function onChooseColor(newColor) {
window.opener.onColorPickerChoice(newColor);
}
FastInit.addOnLoad(onLoadColorPicker);