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

pdf reader

This commit is contained in:
Ozzie Isaacs
2020-02-29 08:33:09 +01:00
parent 202b6121ab
commit df7d3d18b6
2 changed files with 5 additions and 5 deletions

View File

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