update config

This commit is contained in:
rlx 2019-02-04 12:55:10 +05:30
parent 103aab3f4a
commit 0b9de7902c
2 changed files with 3 additions and 1 deletions

View File

@ -359,6 +359,7 @@
},
"section": "books",
"showAnnotations": false,
"showAnnotationUsers": "all",
"showBrowser": true,
"showDebugMenu": false,
"showFolder": {
@ -384,6 +385,7 @@
},
"showSidebar": true,
"sidebarSize": 256,
"sortAnnotations": "position",
"theme": "oxlight",
"updateMetadata": "merge",
"updateResults": false,

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<script src="/static/oxjs/min/Ox.js" type="text/javascript"></script>
<script src="/static/txt.js/txt.js" type="text/javascript"></script>
<script src="/static/txt.js/txt.js" type="text/javascript"></script>
<script>
txtjs.open(document.location.pathname.replace(/\/reader\//, '/txt/'));
</script>