merge of '683abf3e25aeca0b6ae95c6502fc05a5f1b2f537'

and '82578425c34d9552a919394bbeecd799f773ca38'

Monotone-Parent: 683abf3e25aeca0b6ae95c6502fc05a5f1b2f537
Monotone-Parent: 82578425c34d9552a919394bbeecd799f773ca38
Monotone-Revision: 30bbdf4da27d8db206b6667bf81195db2d889439

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-02T14:32:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2010-12-02 14:32:22 +00:00
commit 882392c57c

View file

@ -161,7 +161,7 @@ function saveCategories() {
newCategories.push(newValue);
}
}
var json = newCategories.toJSON();
var json = Object.toJSON(newCategories);
catsInput.value = json;
}
}