Skip to content

Commit 623cc2e

Browse files
committed
Conflict fixed on "Page: DOMContentLoaded, load, beforeunload, unload"
page in french language
1 parent 57c5c01 commit 623cc2e

File tree

1 file changed

+0
-4
lines changed
  • 2-ui/5-loading/01-onload-ondomcontentloaded

1 file changed

+0
-4
lines changed

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,7 @@ Mais il y a une embûche. Si nous avons un script après le style, ce script doi
9191
```html run
9292
<link type="text/css" rel="stylesheet" href="style.css">
9393
<script>
94-
<<<<<<< HEAD
9594
// le script ne s'exécute pas tant que la feuille de style n'est pas chargée
96-
=======
97-
// the script doesn't execute until the stylesheet is loaded
98-
>>>>>>> bf7d8bb1af3b416d393af1c15b03cb1352da1f9c
9995
alert(getComputedStyle(document.body).marginTop);
10096
</script>
10197
```

0 commit comments

Comments
 (0)