Reverting to recognizePDFcache.txt filename -- I requested the hidden filename when I thought that the cache file was stored in storage directories
This commit is contained in:
parent
5fc9782860
commit
088c057837
|
@ -243,7 +243,7 @@ Zotero_RecognizePDF.Recognizer.prototype.recognize = function(file, callback, ca
|
|||
//this._captchaCallback = captchaCallback;
|
||||
|
||||
var cacheFile = Zotero.getZoteroDirectory();
|
||||
cacheFile.append(".zotero-recpdf-cache");
|
||||
cacheFile.append("recognizePDFcache.txt");
|
||||
if(cacheFile.exists()) {
|
||||
cacheFile.remove(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user