See ChangeLog

Monotone-Parent: 801c13ca7d8e3a2f3e502ee658399b458681bcab
Monotone-Revision: cf43f2030dbd1c4f0747be7cbd5dc3239cd6bd15

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-07-10T00:29:13
This commit is contained in:
Ludovic Marcotte
2012-07-10 00:29:13 +00:00
parent 0d713efdd6
commit 03a125ea1f
21 changed files with 480 additions and 234 deletions
+2 -2
View File
@@ -2747,8 +2747,8 @@ function onCalendarModify(event) {
var owner = selected.getAttribute("owner");
var url = ApplicationBaseURL + calendarID + "/properties";
var windowID = sanitizeWindowName(calendarID + " properties");
var width = 310;
var height = 294;
var width = 410;
var height = 410;
var isWebCalendar = false;
if (UserSettings['Calendar']
&& UserSettings['Calendar']['WebCalendars']) {