Don't update pdfinfo unnecesarily
This commit is contained in:
parent
e567ad25aa
commit
4613f9593c
1 changed files with 4 additions and 1 deletions
|
@ -1666,9 +1666,12 @@ Zotero.Schema = new function(){
|
|||
else if (installConverter) {
|
||||
Zotero.Fulltext.downloadPDFTool('converter', availableVersion, checkResult);
|
||||
}
|
||||
else {
|
||||
else if (installInfo) {
|
||||
Zotero.Fulltext.downloadPDFTool('info', availableVersion, checkResult);
|
||||
}
|
||||
else {
|
||||
Zotero.debug("PDF tools are up to date");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue