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>
2424 < label class ="form-check-label " for ="announceMovement "> Announce movement for screen readers</ label >
2525 </ div >
2626
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+
2732 </ div >
2833 </ div >
2934
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ function resetStorage() {
6262document . addEventListener ( "DOMContentLoaded" , ( ) => {
6363 loadOptions ( ) ;
6464 document . getElementById ( "announceMovement" ) . addEventListener ( "change" , handleCheckboxChange ) ;
65+ document . getElementById ( "featureIndexOverlayOption" ) . addEventListener ( "change" , handleCheckboxChange ) ;
6566 document . getElementById ( "clear" ) . addEventListener ( "click" , resetStorage ) ;
6667} ) ;
6768
You can’t perform that action at this time.
0 commit comments