From 15aacd0681a92d7a0f191d5799ae93a543ff7ccd Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Fri, 22 May 2026 14:03:38 -0500 Subject: [PATCH] temporarily remove compatibility check --- js/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/script.js b/js/script.js index 1881a7d..25efdc9 100644 --- a/js/script.js +++ b/js/script.js @@ -51,10 +51,6 @@ document.addEventListener("DOMContentLoaded", () => { window.addEventListener("error", function (event) { console.log("Got an uncaught error: ", event.error); }); - if ("serial" in navigator) { - const notSupported = document.getElementById("notSupported"); - notSupported.classList.add("hidden"); - } initBaudRate(); loadAllSettings();