mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Expose user's settings and defaults inline
This improves performance by removing two AJAX calls and a lot of JavaScript promises.
This commit is contained in:
@@ -33,12 +33,12 @@
|
||||
};
|
||||
jsonDefaults = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxJSONPreferences";
|
||||
pageName = "UIxJSONPreferences";
|
||||
actionName = "jsonDefaults";
|
||||
};
|
||||
jsonSettings = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxJSONPreferences";
|
||||
pageName = "UIxJSONPreferences";
|
||||
actionName = "jsonSettings";
|
||||
};
|
||||
save = {
|
||||
|
||||
Reference in New Issue
Block a user