Merge branch 'feat-1714' of https://github.com/kakkokari-gtyih/misskey into pr/13929
This commit is contained in:
commit
27a37a788b
|
@ -1,7 +1,7 @@
|
||||||
block vars
|
block vars
|
||||||
|
|
||||||
block loadClientEntry
|
block loadClientEntry
|
||||||
- const clientEntry = embed ? config.clientEmbedEntry : config.clientEntry;
|
- const clientEntry = config.clientEntry;
|
||||||
|
|
||||||
doctype html
|
doctype html
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ doctype html
|
||||||
https://github.com/misskey-dev/misskey
|
https://github.com/misskey-dev/misskey
|
||||||
|
|
||||||
|
|
||||||
html(class=embed && 'embed')
|
html
|
||||||
|
|
||||||
head
|
head
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
|
@ -75,10 +75,6 @@ html(class=embed && 'embed')
|
||||||
script(type='application/json' id='misskey_meta' data-generated-at=now)
|
script(type='application/json' id='misskey_meta' data-generated-at=now)
|
||||||
!= metaJson
|
!= metaJson
|
||||||
|
|
||||||
if embed
|
|
||||||
script
|
|
||||||
include ../boot.embed.js
|
|
||||||
else
|
|
||||||
script
|
script
|
||||||
include ../boot.js
|
include ../boot.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue