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:
Dan Stillman 2008-09-03 06:23:41 +00:00
parent 5fc9782860
commit 088c057837

View File

@ -243,7 +243,7 @@ Zotero_RecognizePDF.Recognizer.prototype.recognize = function(file, callback, ca
//this._captchaCallback = captchaCallback; //this._captchaCallback = captchaCallback;
var cacheFile = Zotero.getZoteroDirectory(); var cacheFile = Zotero.getZoteroDirectory();
cacheFile.append(".zotero-recpdf-cache"); cacheFile.append("recognizePDFcache.txt");
if(cacheFile.exists()) { if(cacheFile.exists()) {
cacheFile.remove(false); cacheFile.remove(false);
} }