mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.7.2.1
This commit is contained in:
6
400_xowa/user/anonymous/app/data/cfg/user_system_cfg.gfs
Normal file
6
400_xowa/user/anonymous/app/data/cfg/user_system_cfg.gfs
Normal 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();
|
||||
|
||||
4
400_xowa/user/anonymous/app/data/cfg/xowa_user_cfg.gfs
Normal file
4
400_xowa/user/anonymous/app/data/cfg/xowa_user_cfg.gfs
Normal 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';
|
||||
Reference in New Issue
Block a user