Merge remote-tracking branch 'refs/remotes/origin/master' into no-tag-ls
This commit is contained in:
commit
47ec35f81b
2 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
"riotify": "2.0.0",
|
||||
"rndstr": "1.0.0",
|
||||
"s-age": "1.1.0",
|
||||
"serve-favicon": "2.3.2",
|
||||
"serve-favicon": "2.4.0",
|
||||
"string-replace-webpack-plugin": "0.0.5",
|
||||
"stylus-loader": "^2.5.0",
|
||||
"subdomain": "1.2.0",
|
||||
|
|
|
@ -15,6 +15,8 @@ require('./common/tags');
|
|||
* MISSKEY ENTORY POINT!
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
document.domain = CONFIG.host;
|
||||
|
||||
// Set global configration
|
||||
|
|
Loading…
Reference in a new issue