mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 02:16:23 +00:00
see changelog
Monotone-Parent: 0f4484bf642d11bc96f9672226ec495c99e2301f Monotone-Revision: b7b4b1f3f729de477db90d41fee55b91ea781b02 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-01-14T13:57:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -124,6 +124,19 @@ function onComponentEditorLoad(event) {
|
||||
Event.observe(menuItems[i], "mousedown",
|
||||
onMenuSetClassification.bindAsEventListener(menuItems[i]),
|
||||
false);
|
||||
|
||||
$("repeatList").observe("change", onPopupRecurrenceWindow);
|
||||
}
|
||||
|
||||
function onPopupRecurrenceWindow(event) {
|
||||
if (event)
|
||||
preventDefault(event);
|
||||
|
||||
if ($("repeatList").value == 7)
|
||||
window.open(ApplicationBaseURL + "/editRecurrence", null,
|
||||
"width=803,height=573");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(onComponentEditorLoad);
|
||||
|
||||
Reference in New Issue
Block a user