sogo/UI/Templates/PreferencesUI/UIxJSONPreferences.wox
Francis Lachapelle 89bfa0c536 Expose user's settings and defaults inline
This improves performance by removing two AJAX calls and a lot of
JavaScript promises.
2017-06-01 13:48:45 -04:00

13 lines
444 B
XML

<?xml version='1.0' standalone='yes'?>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant">
<script id="UserDefaults" type="text/json">
<var:string value="jsonDefaults" const:escapeHTML="NO"/>
</script>
<script id="UserSettings" type="text/json">
<var:string value="jsonSettings" const:escapeHTML="NO"/>
</script>
</container>