mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_opds: more preview provider mangling to align with OC8.1 practices
files_opds: more preview provider mangling to align with OC8.1 practices
This commit is contained in:
parent
36ed86bbfb
commit
ce0bbf5297
3 changed files with 7 additions and 6 deletions
|
@ -88,6 +88,7 @@ document.onreadystatechange = function () {
|
|||
nightModeConfig();
|
||||
});
|
||||
|
||||
console.log(document.getElementById("dllink").value);
|
||||
var reader = ePubReader(document.getElementById("dllink").value, { contained: true });
|
||||
|
||||
// enable night/day mode switch by clicking on the book title/author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue