Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
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 + '<div class="data-source-img> </div>'
+
                                     return prev + '<span style="display:inline-block;" class="data-source-img> </span>'
 
                                 } else {
 
                                 } else {
 
                                     return curr.image
 
                                     return curr.image

Revision as of 16:14, 13 June 2022

Development verstion of the DCT List.
Not ready for production!