From f42bb82deb4dd92939a50ef042ca281eb63883ca Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 1 Mar 2012 20:23:25 +0000 Subject: [PATCH] Fix for ticket #1653. Monotone-Parent: ad2e25f535a12ca49c9e0f9a8d18c0ef66eb5bbd Monotone-Revision: b1c2ca52ec5ce74741f62b95f3be18e4d6c99949 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-01T20:23:25 --- ChangeLog | 5 +++++ UI/WebServerResources/ContactsUI.js | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8a6c3580..adadedfc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-01 Francis Lachapelle + + * UI/WebServerResources/ContactsUI.js (appendAddressBook): assume + that lists can be created in the new addressbook. + 2012-02-23 Wolfgang Sourdeau * OpenChange/MAPIStoreMailContext.m diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 0c4f8e508..a2f5967dd 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -727,6 +727,7 @@ function appendAddressBook(name, folder) { li.setAttribute("id", folder); li.setAttribute("owner", owner); + li.setAttribute("list-editing", "available"); li.addClassName("local"); li.appendChild(document.createTextNode(name .replace("<", "<", "g")