diff options
| author | realtradam <[email protected]> | 2023-05-31 17:35:04 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-31 17:35:04 -0400 |
| commit | 8d1a2e890f132175feae0c817b5f8c4848a81bf1 (patch) | |
| tree | d519f3be9e3d95a2e22b2296b854f74c4b010a4a | |
| parent | be8947258913e10962d3821330c64a5b192f153d (diff) | |
| download | rodeo_sample_game-8d1a2e890f132175feae0c817b5f8c4848a81bf1.tar.gz rodeo_sample_game-8d1a2e890f132175feae0c817b5f8c4848a81bf1.zip | |
remove extra comments
| -rw-r--r-- | external_assets/shell.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/external_assets/shell.html b/external_assets/shell.html index 91cceef..ef4b569 100644 --- a/external_assets/shell.html +++ b/external_assets/shell.html @@ -76,15 +76,6 @@ return canvas; })() }; - /*var elem = document.getElementById('canvas'); - elem.addEventListener('click', function(event) { - window.focus(); - elem.setFocus(); - }); - document.body.addEventListener('click', function(event) { - window.focus(); - elem.setFocus(); - });*/ window.onload = function () { window.focus(); }; window.onclick = function () { window.focus(); }; </script> |
