From 264051cb1ed5195208b8ea014a55b26039bbea55 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sat, 31 Dec 2016 20:26:22 +0900 Subject: bool.ls -> boot.js --- src/web/app/auth/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/app/auth') 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 -- cgit v1.2.3-freya