mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
Fix bug
This commit is contained in:
parent
ff6fcc2f81
commit
704e02906d
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue