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

Merge branch 'master' into pdfreader

- fix merge conflicts master -> pdfreader
This commit is contained in:
frankdelange 2018-01-18 01:26:39 +01:00
commit 41d5a19252
8 changed files with 22 additions and 3 deletions

View file

@ -121,7 +121,7 @@ document.onreadystatechange = function () {
/* device-specific boilerplate */
// IE < 11
// IE < 11
if (navigator.userAgent.indexOf("MSIE") != -1) {
EPUBJS.Hooks.register("beforeChapterDisplay").wgxpath = function(callback, renderer){
wgxpath.install(renderer.render.window);