Clean up
This commit is contained in:
parent
c38a792238
commit
15b237875b
14 changed files with 20 additions and 20 deletions
|
|
@ -94,8 +94,8 @@ module.exports = callback => {
|
|||
|
||||
mixins(me);
|
||||
|
||||
const init = document.getElementById('ini');
|
||||
init.parentNode.removeChild(init);
|
||||
const ini = document.getElementById('ini');
|
||||
ini.parentNode.removeChild(ini);
|
||||
|
||||
const app = document.createElement('div');
|
||||
app.setAttribute('id', 'app');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue