mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: 514aa7865af81fdccddee5095cd390fb72c09412
Monotone-Revision: 1979e3cba1625ad972044ea67711850014bd8156 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-20T21:11:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1411,8 +1411,11 @@ function reloadPreferences() {
|
||||
http.send("");
|
||||
|
||||
if (http.status == 200) {
|
||||
if (http.responseText.length > 0)
|
||||
if (http.responseText.length > 0) {
|
||||
UserDefaults = http.responseText.evalJSON(true);
|
||||
if (!UserDefaults)
|
||||
UserDefaults = {};
|
||||
}
|
||||
else
|
||||
UserDefaults = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user