Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 204: Line 204:
 
             )
 
             )
 
         })
 
         })
         console.log('Func result', functionsData);
+
 
 +
        let test = Array.from(functionsData.values()).map(entry => entry[FUNC_KEY]).flat();
 +
         console.log('Func result', test);
  
 
         const searchFunctions = [
 
         const searchFunctions = [

Revision as of 14:30, 30 August 2022

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