From fc509d29d5189db9f207f98c804cea615b321e81 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 2 Dec 2010 14:31:24 +0000 Subject: [PATCH] Monotone-Parent: b334cb6723eed85e8c63c638f6db8a79edfb0b11 Monotone-Revision: 82578425c34d9552a919394bbeecd799f773ca38 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-02T14:31:24 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxContactEditor.js b/UI/WebServerResources/UIxContactEditor.js index 074d1090a..13fe0a444 100644 --- a/UI/WebServerResources/UIxContactEditor.js +++ b/UI/WebServerResources/UIxContactEditor.js @@ -161,7 +161,7 @@ function saveCategories() { newCategories.push(newValue); } } - var json = newCategories.toJSON(); + var json = Object.toJSON(newCategories); catsInput.value = json; } }