Recognize multiple items properly

This commit is contained in:
Simon Kornblith 2013-01-21 23:31:52 -05:00
parent 93cdb72e61
commit b3640a8ae1

View file

@ -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);