From 6dcf0f47eca1dcd97b42219dd3ab505cbb7a7927 Mon Sep 17 00:00:00 2001 From: Elisha Hollander Date: Mon, 18 Oct 2021 23:23:00 +0300 Subject: [PATCH] remove `permission` --- public/installer/js/script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/installer/js/script.js b/public/installer/js/script.js index 80d728e10..314d3eda8 100644 --- a/public/installer/js/script.js +++ b/public/installer/js/script.js @@ -2,7 +2,6 @@ window.onload = function() { var welcome = document.getElementById('welcome'); var requirement = document.getElementById('requirement'); - var permission = document.getElementById('permission'); var environment = document.getElementById('environment'); var migration = document.getElementById('migration'); var admin = document.getElementById('admin'); @@ -83,4 +82,4 @@ window.onload = function() { location.reload(); } } -}; \ No newline at end of file +};