diff --git a/projects/installer.html b/projects/installer.html index 36acadae1..272ed8d1a 100644 --- a/projects/installer.html +++ b/projects/installer.html @@ -724,14 +724,5 @@ } // show unsupported note document.querySelector(".unsupported").classList.remove("hidden"); - // disable all radio - document - .querySelectorAll('input[name="type"]') - .forEach((radio) => radio.setAttribute("disabled", "disabled")); - // Hide all types - document.querySelectorAll(".type").forEach((info) => { - info.classList.add("hidden"); - }); - document.querySelector(".installer-footer").classList.add("hidden"); });