mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 03:22:43 +00:00
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:
9
UI/WebServerResources/UIxColorPicker.js
Normal file
9
UI/WebServerResources/UIxColorPicker.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function onLoadColorPicker(event) {
|
||||
showColorPicker();
|
||||
}
|
||||
|
||||
function onChooseColor(newColor) {
|
||||
window.opener.onColorPickerChoice(newColor);
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(onLoadColorPicker);
|
||||
Reference in New Issue
Block a user