Skip to content

Commit

Permalink
Change weblink default to https:// (#16458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrstnMgcn authored Sep 27, 2023
1 parent fa690a3 commit 51049c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Ext.extend(MODx.panel.WebLink,MODx.panel.Resource,{
,name: 'content'
,id: 'modx-weblink-content'
,anchor: '100%'
,value: (config.record.content || config.record.ta) || 'http://'
,value: (config.record.content || config.record.ta) || 'https://'
});
return its;
}
Expand Down

0 comments on commit 51049c2

Please sign in to comment.