mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +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:
@@ -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