From cdc5319d574795ad839efc8f2f07008d8c299c9c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 7 Jan 2019 14:45:34 -0500 Subject: [PATCH] Style fix. --- themes/bootstrap3/js/doi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/js/doi.js b/themes/bootstrap3/js/doi.js index e862221061e..6361b5a0aba 100644 --- a/themes/bootstrap3/js/doi.js +++ b/themes/bootstrap3/js/doi.js @@ -32,7 +32,7 @@ VuFind.register('doi', function Doi() { newLink.text(' ' + response.data[currentDoi][i].label); if (typeof response.data[currentDoi][i].icon !== 'undefined') { var icon = $('<img />'); - icon.attr('src', response.data[currentDoi][i].icon); + icon.attr('src', response.data[currentDoi][i].icon); icon.attr('class', 'doi-icon'); $(doiEl).append(icon); } -- GitLab