Difference between revisions of "Widget:DevGuidelines"

From LINKS Community Center
Jump to: navigation, search
Line 273: Line 273:
 
             for(const guideline of guidelines){
 
             for(const guideline of guidelines){
  
                 LANGUAGES_VALUES.push(guideline[PHASE_PROP]);
+
                 LANGUAGES_VALUES.concat(guideline[PHASE_PROP]);
                 COVERS_THEMATIC_VALUES.push(guideline[THEME_PROP])
+
                 COVERS_THEMATIC_VALUES.concat(guideline[THEME_PROP])
 
             }
 
             }
  

Revision as of 16:35, 22 November 2022

Development version of the List of Guidelines.
Not ready for production!