diff options
author | Galin Simeonov <gts@volconst.com> | 2021-10-20 11:53:48 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-10-20 11:53:48 +0300 |
commit | 9dbd5bd3635dd770b61034ec23fc4d899dedf408 (patch) | |
tree | 7987210b57c31cba7d0953407d2aa9abd2e57978 /snek.js | |
parent | 8ba9a960c8850ff96e09a3d92ef8a291620d2b41 (diff) | |
download | snek-9dbd5bd3635dd770b61034ec23fc4d899dedf408.tar.gz |
onload in body html element is removed so there is no inline js
Diffstat (limited to 'snek.js')
-rw-r--r-- | snek.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -471,3 +471,4 @@ function checkScore() alert("You are winner!"); } } +main(); |