1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 20:56:06 +02:00
This commit is contained in:
syuilo
2017-02-22 03:27:38 +09:00
parent c38a792238
commit 15b237875b
14 changed files with 20 additions and 20 deletions

View File

@@ -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');