1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_reader: #31: ReferenceError: cleanStartTextContent is not defined, caused by failure to declare local var in epub.js, fixed.

This commit is contained in:
frankdelange 2017-02-03 02:01:25 +01:00
parent 48811b98a2
commit 6e1bd38409
4 changed files with 11 additions and 7 deletions

BIN
dist/files_reader-0.8.4.tar.gz vendored Normal file

Binary file not shown.

View file

@ -4,6 +4,10 @@
- Book position is saved on server and restored on next invocation
- Framework to support more file format renderers
## 0.8.3 - 2017-02-02
### Fixed
. #31: ReferenceError: cleanStartTextContent is not defined, caused by failure to declare local var in epub.js
## 0.8.3 - 2017-02-01
### Fixed
- missing $title parameter in template/reader.php caused warnings in log, fixed

View file

@ -12,7 +12,7 @@
Also in Settings you'll find the option to use ignore any internal formatting in the book by forcing a given font style and size.
</description>
<version>0.8.3</version>
<version>0.8.4</version>
<licence>AGPL</licence>
<author>Frank de Lange</author>
<documentation>

File diff suppressed because one or more lines are too long