mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 02:52:43 +00:00
Monotone-Parent: 06c6a5389bef2ae8c3c3132393a63e65916538ca
Monotone-Revision: ce39eb6f5a242085594929c2c6842540ff88d319 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-08T15:12:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -68,7 +68,9 @@ function initializeWindowButtons() {
|
||||
Event.observe(okButton, "click", onEditorOkClick, false);
|
||||
Event.observe(cancelButton, "click", onEditorCancelClick, false);
|
||||
|
||||
$("repeatType").observe("change", onRepeatTypeChange, false);
|
||||
var repeatType = $("repeatType");
|
||||
setRepeatType(parseInt(repeatType.value));
|
||||
repeatType.observe("change", onRepeatTypeChange, false);
|
||||
}
|
||||
|
||||
function initializeFormValues() {
|
||||
|
||||
Reference in New Issue
Block a user