www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 088c057837035b23c39133548537d085a066f450
parent 5fc97828605648241b0c7dd55dd9a3919be0c486
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  3 Sep 2008 06:23:41 +0000

Reverting to recognizePDFcache.txt filename -- I requested the hidden filename when I thought that the cache file was stored in storage directories


Diffstat:
Mchrome/content/zotero/recognizePDF.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js @@ -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); }