Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index-FINISHED.html
  • Loading branch information
Hieu authored Dec 20, 2016
commit 22041d4a0dde4b09a1ffc9ec321777dac61b0c97
2 changes: 1 addition & 1 deletion 10 - Hold Shift and Check Checkboxes/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</div>

<script>
var checkboxes = document.querySelectorAll('.inbox input[type="checkbox"]');
const checkboxes = document.querySelectorAll('.inbox input[type="checkbox"]');

let lastChecked = 'none';

Expand Down