File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
events/medical-information Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ function initializeBreastFeatures()
1212 const hiddenFieldId = config . hiddenFieldId || 'breastFeaturesRaw'
1313 const existingFeatures = config . existingFeatures || [ ]
1414 const featureTypes = config . featureTypes || [
15- { value : 'mole' , text : 'Mole' } ,
16- { value : 'wart' , text : 'Wart' } ,
17- { value : 'breast-reduction -scar' , text : 'Breast reduction scar' } ,
18- { value : 'other-scar ' , text : 'Other scar ' } ,
19- { value : 'other-feature' , text : 'Other feature' }
15+ { value : 'mole' , text : 'Mole' } ,
16+ { value : 'wart' , text : 'Wart' } ,
17+ { value : 'non-surgical -scar' , text : 'Non-surgical scar' } ,
18+ { value : 'bruising-or-trauma ' , text : 'Bruising or trauma ' } ,
19+ { value : 'other-feature' , text : 'Other feature' }
2020 ]
2121
2222 let diagramContainer
Original file line number Diff line number Diff line change 2121{% set showRemoveButton = showRemoveButton if showRemoveButton is defined else true %}
2222
2323{% set defaultFeatureTypes = [
24- { value : " mole" , text : " Mole" },
25- { value : " wart" , text : " Wart" },
26- { value : " breast-reduction -scar" , text : " Breast reduction scar" },
27- { value : " other-scar " , text : " Other scar " },
28- { value : " other-feature" , text : " Other feature" }
24+ { value : ' mole' , text : ' Mole' },
25+ { value : ' wart' , text : ' Wart' },
26+ { value : ' non-surgical -scar' , text : ' Non-surgical scar' },
27+ { value : ' bruising-or-trauma ' , text : ' Bruising or trauma ' },
28+ { value : ' other-feature' , text : ' Other feature' }
2929] %}
3030
3131{% set featureTypes = featureTypes or defaultFeatureTypes %}
Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ <h2 class="nhsuk-heading-m">Where is the feature?</h2>
7676 hiddenFieldId : 'breastFeaturesRaw' ,
7777 existingFeatures : { { breastFeatures | dump | safe } } || [ ] ,
7878 featureTypes : [
79- { value : 'mole' , text : 'Mole' } ,
80- { value : 'wart' , text : 'Wart' } ,
81- { value : 'breast-reduction -scar' , text : 'Breast reduction scar' } ,
82- { value : 'other-scar ' , text : 'Other scar ' } ,
83- { value : 'other-feature' , text : 'Other feature' }
79+ { value : 'mole' , text : 'Mole' } ,
80+ { value : 'wart' , text : 'Wart' } ,
81+ { value : 'non-surgical -scar' , text : 'Non-surgical scar' } ,
82+ { value : 'bruising-or-trauma ' , text : 'Bruising or trauma ' } ,
83+ { value : 'other-feature' , text : 'Other feature' }
8484 ]
8585 }
8686 </ script >
You can’t perform that action at this time.
0 commit comments