mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
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:
@@ -161,7 +161,7 @@ function saveCategories() {
|
||||
newCategories.push(newValue);
|
||||
}
|
||||
}
|
||||
var json = newCategories.toJSON();
|
||||
var json = Object.toJSON(newCategories);
|
||||
catsInput.value = json;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user