diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 20:27:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 20:27:51 +0900 |
| commit | 47ec35f81bb3fe308d2d47728e17f8d7b148d88b (patch) | |
| tree | 9dc644853637a1a3eac13890c84923f2f13f1e7b /src/web | |
| parent | wip (diff) | |
| parent | Merge pull request #189 from syuilo/greenkeeper/serve-favicon-2.4.0 (diff) | |
| download | misskey-47ec35f81bb3fe308d2d47728e17f8d7b148d88b.tar.gz misskey-47ec35f81bb3fe308d2d47728e17f8d7b148d88b.tar.bz2 misskey-47ec35f81bb3fe308d2d47728e17f8d7b148d88b.zip | |
Merge remote-tracking branch 'refs/remotes/origin/master' into no-tag-ls
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 |