From c6e312b252bc41eac10dff60f1c6675c762b4cee Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 26 Nov 2022 00:04:58 +0000 Subject: [PATCH] js: Remove "width" and "height" attributes from HTML They were set to "1px", which isn't a valid value since they're meant to be integers. Since they weren't valid, they were ignored. This doesn't seem to have caused any trouble, so they may as well be removed. In any case, the canvas is invisible until after its size has been set by JavaScript. --- html/jspage.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/html/jspage.pl b/html/jspage.pl index 8a63229..2a1af66 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -354,10 +354,8 @@ ${unfinishedpara}
- - -
-
+ +

Link to this puzzle: