mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 13:24:54 +00:00
Monotone-Parent: de6b8b0e44a423af67a24ac06e1f5a54ff0f06b6
Monotone-Revision: fefaafed986a915928894d60a2029a6c2099cf60 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-05T23:30:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -13,6 +13,8 @@ function newEvent(sender) {
|
||||
day = currentDay;
|
||||
|
||||
var hour = sender.getAttribute("hour");
|
||||
if (!hour)
|
||||
hour = '0800';
|
||||
var urlstr = (ApplicationBaseURL + "new"
|
||||
+ "?day=" + day
|
||||
+ "&hm=" + hour);
|
||||
|
||||
Reference in New Issue
Block a user