This commit is contained in:
syuilo 2017-11-21 07:16:13 +09:00
parent 411c006d9f
commit 93140daf79

View file

@ -18,7 +18,9 @@ require('./common/tags');
console.info(`Misskey v${VERSION} (葵 aoi)`); console.info(`Misskey v${VERSION} (葵 aoi)`);
if (CONFIG.host != 'localhost') {
document.domain = CONFIG.host; document.domain = CONFIG.host;
}
{ // Set lang attr { // Set lang attr
const html = document.documentElement; const html = document.documentElement;