diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 20:26:22 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 20:43:04 +0900 |
| commit | 264051cb1ed5195208b8ea014a55b26039bbea55 (patch) | |
| tree | e5e1d36d728237a9e2af3d4386921ff285e4fc52 /src/web/app/auth | |
| parent | Refactor: Better argument name (diff) | |
| download | misskey-264051cb1ed5195208b8ea014a55b26039bbea55.tar.gz misskey-264051cb1ed5195208b8ea014a55b26039bbea55.tar.bz2 misskey-264051cb1ed5195208b8ea014a55b26039bbea55.zip | |
bool.ls -> boot.js
Diffstat (limited to 'src/web/app/auth')
| -rw-r--r-- | src/web/app/auth/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/auth/script.js b/src/web/app/auth/script.js index 9743415b12..9ada80ce68 100644 --- a/src/web/app/auth/script.js +++ b/src/web/app/auth/script.js @@ -5,7 +5,7 @@ const riot = require('riot'); document.title = 'Misskey | アプリの連携'; require('./tags.ls'); -const boot = require('../boot.ls'); +const boot = require('../boot.js'); /** * Boot |