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
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
console.log("DOM ready!");
|
||||
alert("DOM ready!");
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue