Mantis 22

Monotone-Parent: 5105aa2c752693060f4e82dcab091d78516d579f
Monotone-Revision: 002cfad9d108ff7c2b34603852b074ecd764cf96

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-21T18:06:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-21 18:06:55 +00:00
parent 21a245668b
commit 6b70e8480d
20 changed files with 187 additions and 5 deletions
+3 -1
View File
@@ -1803,7 +1803,7 @@ function onCalendarModify(event) {
var url = ApplicationBaseURL + calendarID + "/properties";
var windowID = sanitizeWindowName(calendarID + " properties");
var properties = window.open(url, windowID,
"width=300,height=100,resizable=0");
"width=300,height=150,resizable=0");
properties.focus();
}
@@ -1823,6 +1823,8 @@ function updateCalendarProperties(calendarID, calendarName, calendarColor) {
}
appendStyleElement(nodeID, calendarColor);
//This is bad
setTimeout ("refreshTasks ()", 200);
}
function onCalendarNew(event) {