From 0851b23841c3352258022affa249099c876cf5da Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 20 Jul 2012 20:03:23 +0000 Subject: [PATCH] Fix for bug #1899 Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344 Monotone-Revision: 068bbe8f960b1a20f29054e83e54a57c4372a98e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-20T20:03:23 --- UI/WebServerResources/ContactsUI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 34ce548f4..39a6cdada 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -718,6 +718,7 @@ function appendAddressBook(name, folder) { li.setAttribute("id", folder); li.setAttribute("owner", owner); li.setAttribute("list-editing", "available"); + li.setAttribute("acl-editing", "available"); li.addClassName("local"); li.appendChild(document.createTextNode(name .replace("<", "<", "g")