mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 05:36:23 +00:00
Monotone-Parent: 20d80817220289853d33b5adb51874098644e330
Monotone-Revision: 0992ee2e65e65c4e8c5643be4ab4458d770bbeb6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-14T22:50:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1290,7 +1290,8 @@ function getMenus() {
|
||||
editEvent, deleteEvent, "-",
|
||||
onSelectAll, "-",
|
||||
null, null);
|
||||
menus["calendarsMenu"] = new Array(null, null, "-", null, null, "-",
|
||||
menus["calendarsMenu"] = new Array(onCalendarNew, onCalendarRemove,
|
||||
"-", null, null, "-",
|
||||
null, "-", onMenuSharing);
|
||||
menus["searchMenu"] = new Array(setSearchCriteria);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
function onPopupAttendeesWindow(event) {
|
||||
if (event)
|
||||
preventDefault(event);
|
||||
window.open(ApplicationBaseURL + "editAttendees", null,
|
||||
window.open(ApplicationBaseURL + "/editAttendees", null,
|
||||
"width=803,height=573");
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user