Skip to content
Permalink
Browse files

Fix Primo failures due to non-ignored 404s

zotero/zotero@0535999

Requires Zotero Connector 5.0.43 to work
  • Loading branch information...
dstillman committed Oct 21, 2018
1 parent 4381a20 commit fbb118b09b461e79ad01b77d5f86f627c7d28559
Showing with 5 additions and 2 deletions.
  1. +5 −2 Primo.js
@@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsbv",
"lastUpdated": "2018-01-21 17:43:32"
"lastUpdated": "2018-10-21 10:10:22"
}

/*
@@ -188,7 +188,10 @@ function fetchPNX(itemData) {
}

fetchPNX(itemData);
}
},
null,
null,
[200, 404]
);
}

0 comments on commit fbb118b

Please sign in to comment.
You can’t perform that action at this time.