From 2d2d612c60aa090422afa93b39441bbbed96d553 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 20 Feb 2017 20:21:28 +0900 Subject: [PATCH] [Client] Use strict --- src/web/app/boot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/app/boot.js b/src/web/app/boot.js index c5dc6845a..ab147eb56 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -15,6 +15,8 @@ require('./common/tags'); * MISSKEY ENTORY POINT! */ +"use strict"; + document.domain = CONFIG.host; // Set global configration