mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 00:22:44 +00:00
Monotone-Parent: 8c3644691471061b7cc7e327bec78968108946da
Monotone-Revision: 9d93b33f8f4b81f8954a945bccb6c28ee718afa5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-29T18:29:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -29,12 +29,12 @@ function onOKClick(event) {
|
||||
|
||||
function onColorClick(event) {
|
||||
var cPicker = window.open(ApplicationBaseURL + "colorPicker", "colorPicker",
|
||||
"width=250,height=200,resizable=0,scrollbars=0"
|
||||
+ "toolbar=0,location=0,directories=0,status=0,"
|
||||
+ "menubar=0,copyhistory=0", "test"
|
||||
);
|
||||
"width=250,height=200,resizable=0,scrollbars=0"
|
||||
+ "toolbar=0,location=0,directories=0,status=0,"
|
||||
+ "menubar=0,copyhistory=0", "test"
|
||||
);
|
||||
cPicker.focus();
|
||||
|
||||
|
||||
preventDefault(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user