We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea5bba commit eb2a821Copy full SHA for eb2a821
zotero.js
@@ -158,7 +158,7 @@ function parseZoteroResults(resultText) {
158
var j = i + 1
159
if (doi.startsWith("https://doi.org/")) {
160
if (dois.length == 1) {
161
-
+ links.push(' <a href="' + doi + '" target="_blank" rel="noopener">Data link.</a>');
162
} else {
163
links.push(' <a href="' + doi + '" target="_blank" rel="noopener">Data link ' + j + '.</a>');
164
}
0 commit comments