Skip to content

Commit

Permalink
Added insufficientmaterial.js to play page
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviary2 committed Jul 11, 2024
1 parent 03413ef commit 7c72e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/views/play.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
onload="(() => { htmlscript.removeOnerror.call(this); })()"></script>
<script defer src="/scripts/validation.js" onerror="htmlscript.callback_LoadingError(event)"
onload="(() => { htmlscript.removeOnerror.call(this); })()"></script>
<script defer src="/scripts/game/chess/insufficientmaterial.js" onerror="htmlscript.callback_LoadingError(event)"
onload="(() => { htmlscript.removeOnerror.call(this); })()"></script>
</head>
<!-- The onload event listener to call main.start() is now within the htmlscript! -->
<body>
Expand Down

0 comments on commit 7c72e9b

Please sign in to comment.