Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
m (Text replacement - "Free plan available" to "Free edition")
Line 475: Line 475:
  
 
             // TODO: Fetch from server?
 
             // TODO: Fetch from server?
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free plan available';
+
             const FREE_KEY = 'Freeware', FREE_PLAN_KEY = 'Free edition';
 
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Subscription', 'Other'];
 
             const bModels = [FREE_KEY, FREE_PLAN_KEY, 'Subscription', 'Other'];
 
             let bModelFilterHtml = bModels.reduce((acc, curr) => {
 
             let bModelFilterHtml = bModels.reduce((acc, curr) => {

Revision as of 11:02, 16 November 2022

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