Skip to content

Commit 55eea0a

Browse files
authored
Update index.html
1 parent c2639ff commit 55eea0a

File tree

1 file changed

+0
-1
lines changed
  • 2-ui/3-event-details/1-mouse-events-basics/01-selectable-list/solution.view

1 file changed

+0
-1
lines changed

2-ui/3-event-details/1-mouse-events-basics/01-selectable-list/solution.view/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
}
4141

42-
// prevent unneeded selection of list elements on clicks
4342
// empêcher la sélection inutile des éléments de la liste clickés
4443
ul.onmousedown = function() {
4544
return false;

0 commit comments

Comments
 (0)