remove `permission`
This commit is contained in:
parent
844b680908
commit
6dcf0f47ec
|
|
@ -2,7 +2,6 @@ window.onload = function() {
|
||||||
|
|
||||||
var welcome = document.getElementById('welcome');
|
var welcome = document.getElementById('welcome');
|
||||||
var requirement = document.getElementById('requirement');
|
var requirement = document.getElementById('requirement');
|
||||||
var permission = document.getElementById('permission');
|
|
||||||
var environment = document.getElementById('environment');
|
var environment = document.getElementById('environment');
|
||||||
var migration = document.getElementById('migration');
|
var migration = document.getElementById('migration');
|
||||||
var admin = document.getElementById('admin');
|
var admin = document.getElementById('admin');
|
||||||
|
|
@ -83,4 +82,4 @@ window.onload = function() {
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue