1
0
Fork 0
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:
frankdelange 2015-08-06 11:05:09 +02:00
parent 36ed86bbfb
commit ce0bbf5297
3 changed files with 7 additions and 6 deletions

View file

@ -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