www

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

commit b3640a8ae15926bd9d28ec80c75bb00a156b6b81
parent 93cdb72e616465472a172213903b7560b0994bf6
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 21 Jan 2013 23:31:52 -0500

Recognize multiple items properly

Diffstat:
Mchrome/content/zotero/recognizePDF.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js @@ -458,6 +458,8 @@ Zotero_RecognizePDF.ItemRecognizer.prototype._recognizeItem = function() { itemTitle.setAttribute("label", newItem.getField("title")); itemIcon.setAttribute("src", SUCCESS_IMAGE); + + me._recognizeItem(); }, function(error) { Zotero.debug(error); Zotero.logError(error);