remove `permission`

This commit is contained in:
Elisha Hollander 2021-10-18 23:23:00 +03:00 committed by GitHub
parent 844b680908
commit 6dcf0f47ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}
}
};
};