mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Change script location
This commit is contained in:
parent
cdcdb76b5b
commit
8246c61814
1 changed files with 3 additions and 4 deletions
|
@ -7,9 +7,6 @@ html
|
|||
title Flushing Misskey
|
||||
style
|
||||
include ../flush.css
|
||||
|
||||
body
|
||||
#msg
|
||||
script.
|
||||
const msg = document.getElementById('msg');
|
||||
const successText = `\nSuccess Flush! <a href="/">Back to Misskey</a>\n成功しました。<a href="/">Misskeyを開き直してください。</a>`;
|
||||
|
@ -52,4 +49,6 @@ html
|
|||
|
||||
function message(text) {
|
||||
msg.insertAdjacentHTML('beforeend', `<p>[${(new Date()).toString()}] ${text.replace(/\n/g,'<br>')}</p>`)
|
||||
}
|
||||
|
||||
body
|
||||
#msg
|
||||
|
|
Loading…
Reference in a new issue