Skip to content
Snippets Groups Projects
Commit cdc5319d authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 00557cb3
No related merge requests found
...@@ -32,7 +32,7 @@ VuFind.register('doi', function Doi() { ...@@ -32,7 +32,7 @@ VuFind.register('doi', function Doi() {
newLink.text(' ' + response.data[currentDoi][i].label); newLink.text(' ' + response.data[currentDoi][i].label);
if (typeof response.data[currentDoi][i].icon !== 'undefined') { if (typeof response.data[currentDoi][i].icon !== 'undefined') {
var icon = $('<img />'); var icon = $('<img />');
icon.attr('src', response.data[currentDoi][i].icon); icon.attr('src', response.data[currentDoi][i].icon);
icon.attr('class', 'doi-icon'); icon.attr('class', 'doi-icon');
$(doiEl).append(icon); $(doiEl).append(icon);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment