summaryrefslogtreecommitdiffhomepage
path: root/external_assets
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-31 17:35:04 -0400
committerrealtradam <[email protected]>2023-05-31 17:35:04 -0400
commit8d1a2e890f132175feae0c817b5f8c4848a81bf1 (patch)
treed519f3be9e3d95a2e22b2296b854f74c4b010a4a /external_assets
parentbe8947258913e10962d3821330c64a5b192f153d (diff)
downloadTOJam2023-master.tar.gz
TOJam2023-master.zip
remove extra commentsHEADmaster
Diffstat (limited to 'external_assets')
-rw-r--r--external_assets/shell.html9
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>