diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:13:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:13:19 +0900 |
| commit | d9703eab67feeecde189ab81c39b02d90f53be85 (patch) | |
| tree | d58acfc22283624ffa1dc1224d2f77ebefe69549 /src/web/app/boot.js | |
| parent | Merge pull request #193 from syuilo/no-tag-ls (diff) | |
| download | misskey-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.js | 2 |
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'); |