Formatting error
This commit is contained in:
parent
e4459dada4
commit
1a366293f7
|
@ -49,6 +49,7 @@ html
|
||||||
|
|
||||||
function message(text) {
|
function message(text) {
|
||||||
msg.insertAdjacentHTML('beforeend', `<p>[${(new Date()).toString()}] ${text.replace(/\n/g,'<br>')}</p>`)
|
msg.insertAdjacentHTML('beforeend', `<p>[${(new Date()).toString()}] ${text.replace(/\n/g,'<br>')}</p>`)
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
#msg
|
#msg
|
||||||
|
|
Loading…
Reference in New Issue