summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-24 14:40:22 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-24 14:40:22 +0900
commit7115bd46ff1dcae14455633ae89eb3e1fffc0aec (patch)
tree581f7676c007a7317cb300341f327ef3bf6b1c77 /src
parentMerge branch 'develop' (diff)
parent12.89.2 (diff)
downloadmisskey-7115bd46ff1dcae14455633ae89eb3e1fffc0aec.tar.gz
misskey-7115bd46ff1dcae14455633ae89eb3e1fffc0aec.tar.bz2
misskey-7115bd46ff1dcae14455633ae89eb3e1fffc0aec.zip
Merge branch 'develop'
Diffstat (limited to 'src')
-rw-r--r--src/server/web/boot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/web/boot.js b/src/server/web/boot.js
index 7a41ae2555..a3a0685669 100644
--- a/src/server/web/boot.js
+++ b/src/server/web/boot.js
@@ -109,7 +109,7 @@
if (customCss && customCss.length > 0) {
const style = document.createElement('style');
style.innerHTML = customCss;
- head.appendChild(style);
+ document.head.appendChild(style);
}
// eslint-disable-next-line no-inner-declarations