Recognize multiple items properly
This commit is contained in:
parent
93cdb72e61
commit
b3640a8ae1
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue