moving \!pdfTitle to front
This commit is contained in:
parent
e283a60d7b
commit
2bb5a9e545
@ -511,7 +511,7 @@ var PDFView = {
|
||||
}
|
||||
}
|
||||
|
||||
if (info && info.has('Title') && !pdfTitle) {
|
||||
if (!pdfTitle && info && info.has('Title')) {
|
||||
pdfTitle = info.get('Title');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user