1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2015-07-12 21:10:02 -04:00
commit 794b5a232f
3099 changed files with 238212 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
app.scripts.txns.get('user.prefs.general').version_('0.9.0.0').bgn();
app.files.download.enabled_('n');
app.files.math.enabled_('y');
app.files.math.renderer_('mathjax');
app.scripts.txns.get('user.prefs.general').end();

View File

@@ -0,0 +1,4 @@
app.cfgs.get('app.sys_cfg.options_version', 'app').val = '2';
app.cfgs.get('app.files.download.enabled', 'app').val = 'n';
app.cfgs.get('app.files.math.enabled', 'app').val = 'y';
app.cfgs.get('app.files.math.renderer', 'app').val = 'mathjax';