File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
team/Etrex/Day10 - multi check Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ <h5 class="font-weight-bold font-italic text-white team-tag">TEAM</h5>
165165 < li > Day#09|< span > Dev Tools Domination</ span >
166166 </ li >
167167 </ a >
168- < a class ="project-item " href ="# ">
168+ < a class ="project-item " href ="team/Etrex/Day10 - multi check/index.html ">
169169 < li > Day#10|< span > Hold Shift and Check Checkboxes</ span >
170170 </ li >
171171 </ a >
Original file line number Diff line number Diff line change 1616 document . querySelector ( 'body' ) . innerHTML = a . join ( '\n' )
1717 const checkboxes = [ ...document . querySelectorAll ( 'input[type="checkbox"]' ) ] ;
1818
19-
2019 let lastCheckIndex ;
2120 checkboxes . forEach ( checkbox => checkbox . addEventListener ( 'click' , function ( event ) {
2221 if ( event . shiftKey ) {
You can’t perform that action at this time.
0 commit comments