Skip to content

Commit 966ee61

Browse files
authored
Update index.html
1 parent 1d8d75a commit 966ee61

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body>
1818

19-
Click on a list item to select it.
19+
Cliquez sur un élément de la liste pour le sélectionner.
2020
<br>
2121

2222
<ul id="ul">
@@ -40,6 +40,7 @@
4040
}
4141

4242
// prevent unneeded selection of list elements on clicks
43+
// empêcher la sélection inutile des éléments de la liste clickés
4344
ul.onmousedown = function() {
4445
return false;
4546
};

0 commit comments

Comments
 (0)