Skip to content

Commit

Permalink
Modified the WPM generation script for the orcid logo
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Sep 25, 2018
1 parent 87bc87b commit 8f759e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/js/wp.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function create_wp(config) {
if( document.querySelector("span.orcid") ) {
manifest.resources.push({
"type" : "PublicationLink",
"url" : "https://orcid.org/sites/default/files/images/orcid_16x16.gif",
"url" : "images/orcid.gif",
"encodingFormat" : "image/gif",
"description" : "ORCID logo"
})
Expand Down

0 comments on commit 8f759e9

Please sign in to comment.