mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user