File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ <h6 class="card-title">Accessibility Settings</h6>
24
24
< label class ="form-check-label " for ="announceMovement "> Announce movement for screen readers</ label >
25
25
</ div >
26
26
27
+ < div class ="form-check form-switch ">
28
+ < input class ="form-check-input " type ="checkbox " id ="featureIndexOverlayOption ">
29
+ < label class ="form-check-label " for ="featureIndexOverlayOption "> Show feature index</ label >
30
+ </ div >
31
+
27
32
</ div >
28
33
</ div >
29
34
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function resetStorage() {
62
62
document . addEventListener ( "DOMContentLoaded" , ( ) => {
63
63
loadOptions ( ) ;
64
64
document . getElementById ( "announceMovement" ) . addEventListener ( "change" , handleCheckboxChange ) ;
65
+ document . getElementById ( "featureIndexOverlayOption" ) . addEventListener ( "change" , handleCheckboxChange ) ;
65
66
document . getElementById ( "clear" ) . addEventListener ( "click" , resetStorage ) ;
66
67
} ) ;
67
68
You can’t perform that action at this time.
0 commit comments