mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user