I forgot to address the review comments to bug 417508, taking care

git-svn-id: svn://10.0.0.236/trunk@245822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%kewis.ch 2008-02-16 13:02:28 +00:00
parent 1e6ab834fb
commit bf3ec59ae8

View File

@ -710,6 +710,10 @@ function updateReminder() {
}
function saveDialog(item) {
// Calendar
item.calendar = document.getElementById("item-calendar")
.selectedItem.calendar;
setItemProperty(item, "title", getElementValue("item-title"));
setItemProperty(item, "LOCATION", getElementValue("item-location"));
@ -731,10 +735,6 @@ function saveDialog(item) {
setCategory(item, "item-categories");
// Calendar
item.calendar = document.getElementById("item-calendar")
.selectedItem.calendar;
// URL
setItemProperty(item, "URL", gURL, "attachments");