Skip to content

Commit ff91123

Browse files
authored
Update index.template.html q
1 parent 04f215b commit ff91123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/js/index.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,7 +2535,7 @@ <h2>Event Delegation</h2>
25352535
};
25362536
}
25372537

2538-
document.body.addEventListener('click', function (e) {
2538+
document.body.addEventListener('mouseover', function (e) {
25392539

25402540
var el = e.target;
25412541

0 commit comments

Comments
 (0)