diff --git a/static/sfu.js b/static/sfu.js index e5ab97c..b2e0e20 100644 --- a/static/sfu.js +++ b/static/sfu.js @@ -1437,7 +1437,7 @@ function addToChatbox(peerId, dest, nick, time, kind, message) { let tm = document.createElement('span'); tm.textContent = formatTime(time); tm.classList.add('message-time'); - footer.appendChild(tm); + header.appendChild(tm); } } p.classList.add('message-content');