Monotone-Parent: 29276051aae3738adb5fbfa6b52ffbc6eb8f3968

Monotone-Revision: 326d1c3e09ab40b1884b684c1cfb0feca9ae3c0d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:32:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-14 20:32:30 +00:00
parent d0499620df
commit 7b4c1ac29d
6 changed files with 91 additions and 11 deletions
@@ -91,3 +91,13 @@ function validateAptEditor() {
return true;
}
function submitMeeting(thisForm) {
var action = document.getElementById('jsaction');
action.setAttribute("name", "save:method");
action.setAttribute("value", "save");
thisForm.submit();
opener.window.location.reload();
window.close();
}