diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 04:19:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 04:19:53 +0900 |
| commit | 9820a691c154e7233b8327cedc7faa1f6c4e55e8 (patch) | |
| tree | d62b2e92a3a1cfae3798cf8e676a2f740dabadb2 /src/web/app/boot.js | |
| parent | Merge remote-tracking branch 'refs/remotes/origin/master' into no-build-requi... (diff) | |
| download | misskey-9820a691c154e7233b8327cedc7faa1f6c4e55e8.tar.gz misskey-9820a691c154e7233b8327cedc7faa1f6c4e55e8.tar.bz2 misskey-9820a691c154e7233b8327cedc7faa1f6c4e55e8.zip | |
well done
Diffstat (limited to 'src/web/app/boot.js')
| -rw-r--r-- | src/web/app/boot.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 5fc7524626..d39e46861c 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -17,11 +17,13 @@ require('./common/tags'); "use strict"; +const CONFIG = require('./common/scripts/config'); + document.domain = CONFIG.host; // Set global configration riot.mixin({ - CONFIG: CONFIG + CONFIG }); // ↓ iOS待ちPolyfill (SEE: http://caniuse.com/#feat=fetch) |