summaryrefslogtreecommitdiff
path: root/src/web/app/boot.js
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-22 03:13:19 +0900
commitd9703eab67feeecde189ab81c39b02d90f53be85 (patch)
treed58acfc22283624ffa1dc1224d2f77ebefe69549 /src/web/app/boot.js
parentMerge pull request #193 from syuilo/no-tag-ls (diff)
downloadmisskey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.gz
misskey-d9703eab67feeecde189ab81c39b02d90f53be85.tar.bz2
misskey-d9703eab67feeecde189ab81c39b02d90f53be85.zip
Clean up
Diffstat (limited to 'src/web/app/boot.js')
-rw-r--r--src/web/app/boot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js
index 06e457e2b3..6399accd33 100644
--- a/src/web/app/boot.js
+++ b/src/web/app/boot.js
@@ -94,7 +94,7 @@ module.exports = callback => {
mixins(me);
- const init = document.getElementById('init');
+ const init = document.getElementById('ini');
init.parentNode.removeChild(init);
const app = document.createElement('div');