use non minified version
This commit is contained in:
parent
2665580383
commit
20864c591f
1 changed files with 3 additions and 3 deletions
|
@ -40,13 +40,13 @@
|
|||
</script>
|
||||
|
||||
<!-- Render -->
|
||||
<script src="/static/epub.js/epub.min.js"></script>
|
||||
<script src="/static/epub.js/epub.js"></script>
|
||||
|
||||
<!-- Hooks -->
|
||||
<script src="/static/epub.js/hooks.min.js"></script>
|
||||
<script src="/static/epub.js/hooks.js"></script>
|
||||
|
||||
<!-- Reader -->
|
||||
<script src="/static/epub.js/reader.min.js"></script>
|
||||
<script src="/static/epub.js/reader.js"></script>
|
||||
|
||||
<!-- Plugins -->
|
||||
<script src="/static/epub.js/plugins/search.js"></script>
|
||||
|
|
Loading…
Reference in a new issue