Fix bug
This commit is contained in:
parent
411c006d9f
commit
93140daf79
|
@ -18,7 +18,9 @@ require('./common/tags');
|
||||||
|
|
||||||
console.info(`Misskey v${VERSION} (葵 aoi)`);
|
console.info(`Misskey v${VERSION} (葵 aoi)`);
|
||||||
|
|
||||||
document.domain = CONFIG.host;
|
if (CONFIG.host != 'localhost') {
|
||||||
|
document.domain = CONFIG.host;
|
||||||
|
}
|
||||||
|
|
||||||
{ // Set lang attr
|
{ // Set lang attr
|
||||||
const html = document.documentElement;
|
const html = document.documentElement;
|
||||||
|
|
Loading…
Reference in New Issue