mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix bug
This commit is contained in:
parent
ff6fcc2f81
commit
704e02906d
@ -18,7 +18,9 @@ require('./common/tags');
|
||||
|
||||
console.info(`Misskey v${VERSION} (葵 aoi)`);
|
||||
|
||||
document.domain = CONFIG.host;
|
||||
if (CONFIG.host != 'localhost') {
|
||||
document.domain = CONFIG.host;
|
||||
}
|
||||
|
||||
{ // Set lang attr
|
||||
const html = document.documentElement;
|
||||
|
Loading…
Reference in New Issue
Block a user