mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
See ChangeLog.
Monotone-Parent: 28ba6a8fb0de57f2cd4f4b6c185e5b0303c886ec Monotone-Revision: 0891f9bac2704aa4c0ef0224c54360af14c5618a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-16T19:24:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1342,6 +1342,8 @@ function newBaseEventDIV(eventRep, event, eventText) {
|
||||
}
|
||||
innerDiv.addClassName(categoryStyle);
|
||||
}
|
||||
eventCell.observe("contextmenu", onMenuCurrentView);
|
||||
|
||||
if (event[2] == null) {
|
||||
// Status field is not defined -- user can't read event
|
||||
eventCell.observe("selectstart", listRowMouseDownHandler);
|
||||
@@ -2169,7 +2171,10 @@ function onMenuSharing(event) {
|
||||
|
||||
function onMenuCurrentView(event) {
|
||||
$("eventDialog").hide();
|
||||
var onClick = onCalendarSelectEvent.bind(this);
|
||||
onClick(event);
|
||||
popupMenu(event, 'currentViewMenu', this);
|
||||
|
||||
}
|
||||
|
||||
function onMenuAllDayView(event) {
|
||||
|
||||
Reference in New Issue
Block a user