mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user