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

View File

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