diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 20:21:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 20:21:28 +0900 |
| commit | 2d2d612c60aa090422afa93b39441bbbed96d553 (patch) | |
| tree | 413a5ca0d88daeb791b8f01c0b868df5a16d47aa /src/web | |
| parent | Merge pull request #188 from syuilo/remove-charts (diff) | |
| download | misskey-2d2d612c60aa090422afa93b39441bbbed96d553.tar.gz misskey-2d2d612c60aa090422afa93b39441bbbed96d553.tar.bz2 misskey-2d2d612c60aa090422afa93b39441bbbed96d553.zip | |
[Client] Use strict
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index c5dc6845af..ab147eb562 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 |