update config
This commit is contained in:
parent
103aab3f4a
commit
0b9de7902c
2 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue