Skip to content

Commit c7ee0d7

Browse files
committed
update
1 parent 481c3d3 commit c7ee0d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

team/Etrex/Day10 - multi check/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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){

0 commit comments

Comments
 (0)