Monotone-Parent: 4145023930cd590a9ee89dd173f4e4df5454eed0

Monotone-Revision: c088913eb8e3df69e9e9a7f92fa06e84b9099eff

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-15T15:18:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-15 15:18:57 +00:00
parent 978af1296e
commit fcce286366

View File

@@ -46,16 +46,14 @@ function newEvent(type, day, hour, duration) {
window.open(urlstr, "", "width=490,height=470,resizable=0");
return false;
return false; /* stop following the link */
}
function newEventFromWidget(sender, type) {
var day = $(sender).readAttribute("day");
var hour = sender.readAttribute("hour");
newEvent(type, day, hour);
return false; /* stop following the link */
return newEvent(type, day, hour);
}
function minutesToHM(minutes) {