Monotone-Parent: b334cb6723eed85e8c63c638f6db8a79edfb0b11

Monotone-Revision: 82578425c34d9552a919394bbeecd799f773ca38

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-02T14:31:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-12-02 14:31:24 +00:00
parent 3e08125893
commit fc509d29d5

View File

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