Merge pull request #5252 from donno2048/patch-5

Remove `permission`
This commit is contained in:
Devansh 2021-10-19 12:14:05 +05:30 committed by GitHub
commit 14c3a4caca
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();
}
}
};
};