From 49dd11d99667f4b18030941bd1aad43bf409e12b Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Thu, 23 Nov 2023 11:33:47 -0600 Subject: [PATCH] Window propagation, destroy windows on unload --- views/about/index.html | 2 +- views/index.html | 2 +- views/projects/hex/index.html | 6 +++-- views/projects/hex/scripts/index.js | 35 ++++++++++++++++++++++---- views/projects/index.html | 2 +- views/projects/woz/index.html | 9 +++---- views/projects/woz/scripts/index.js | 26 +++++++++++++++---- views/scripts/accessibility.js | 1 + views/scripts/interface.js | 6 ++--- views/scripts/windows.js | 39 ++++++++++++++++++++--------- views/site/index.html | 2 +- views/styles/windows.css | 3 ++- 12 files changed, 96 insertions(+), 37 deletions(-) diff --git a/views/about/index.html b/views/about/index.html index f6085b6..3a3af26 100644 --- a/views/about/index.html +++ b/views/about/index.html @@ -34,7 +34,7 @@

WIP

-
+ diff --git a/views/index.html b/views/index.html index 6286a2d..47cc8ba 100755 --- a/views/index.html +++ b/views/index.html @@ -73,7 +73,7 @@ -
+ diff --git a/views/projects/hex/index.html b/views/projects/hex/index.html index 2715325..86094b8 100755 --- a/views/projects/hex/index.html +++ b/views/projects/hex/index.html @@ -5,6 +5,7 @@ HexFlagGen +