Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 284: | Line 284: | ||
const idx = val.findIndex(src => src === curr.name); | const idx = val.findIndex(src => src === curr.name); | ||
if (idx === -1) { | if (idx === -1) { | ||
return prev + '< | return prev + '<span style="display:inline-block;" class="data-source-img> </span>' | ||
} else { | } else { | ||
return curr.image | return curr.image |
Revision as of 15:14, 13 June 2022
Development verstion of the DCT List.
Not ready for production!