From f3417467455f1c4465b3705e327c98b0f9f6c75c Mon Sep 17 00:00:00 2001 From: Vital Vuillaume Date: Sat, 30 Dec 2023 19:10:08 +0100 Subject: [PATCH] Update pixel-adventure-game-desktop.js --- pixel-adventure-game-desktop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixel-adventure-game-desktop.js b/pixel-adventure-game-desktop.js index b0d3421..f617c06 100644 --- a/pixel-adventure-game-desktop.js +++ b/pixel-adventure-game-desktop.js @@ -1,6 +1,6 @@ -/*if (window.location.protocol != "https:") { +if (window.location.protocol != "https:") { window.location.protocol="https:"; -}*/ +} const canvas = document.querySelector('canvas'); const c = canvas.getContext('2d');