onload instead of reload

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-09 17:23:21 +00:00
parent 8f29cc38ab
commit ed5d0d711b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
</script>
</head>
<body reload="onReady()">
<body onload="onReady()">
<h2 id="heading">Hello World</h2>
<div class="gamepaddialog_GamepadDialogContent_InnerWidth_2ywyS DialogContent_InnerWidth Panel Focusable">
</body>