From 8d1a2e890f132175feae0c817b5f8c4848a81bf1 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 31 May 2023 17:35:04 -0400 Subject: remove extra comments --- external_assets/shell.html | 9 --------- 1 file changed, 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(); }; -- cgit v1.2.3