Merge pull request #995 from him2312/patch-5
Mobile Browser accessibility
This commit is contained in:
commit
e7d6d4a8db
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ So DOMContentLoaded definitely happens after such scripts:
|
||||||
```html run
|
```html run
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
console.log("DOM ready!");
|
alert("DOM ready!");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue