Monotone-Parent: c2e8b01eef3be21a28e1cf6c089ee8a8053f0013

Monotone-Revision: e67e9b1e2160eba00bacd9cdb8f97944ba459b0a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-07T21:19:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-07 21:19:11 +00:00
parent 5e44288236
commit 2dba757ea1
3 changed files with 9 additions and 0 deletions

View File

@@ -1162,4 +1162,13 @@ function initCalendars() {
initCalendarContactsSelector();
}
function onSchedulerBodyKeyUp(event) {
if (event.which == 46) {
window.alert("coucou");
deleteEvent();
event.cancelBubble = true;
}
}
window.addEventListener("load", initCalendars, false);
document.body.addEventListener("keyup", onSchedulerBodyKeyUp, false);

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B