1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-31 23:33:01 +00:00

Fix for #1223 (pdf-reader isn't working on chrome, IE, Edge)

This commit is contained in:
Ozzieisaacs
2020-02-29 09:55:54 +01:00
parent df7d3d18b6
commit fb83bfb363
2 changed files with 7 additions and 7 deletions

View File

@@ -4372,7 +4372,7 @@ var defaultOptions = {
kind: OptionKind.WORKER
},
workerSrc: {
value: '../../../static/js/libs/pdf.worker.js',
value: '../build/pdf.worker.js',
kind: OptionKind.WORKER
}
};