Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 285: Line 285:
 
                                 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="source-img-placeholder> </div>'
+
                                     return prev + '<div class="source-img-placeholder"> </div>'
 
                                 } else {
 
                                 } else {
 
                                     return curr.image
 
                                     return curr.image

Revision as of 16:17, 13 June 2022

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