1
Fork 0

put message send date in the msg header block

This commit is contained in:
Alain Takoudjou 2020-10-31 00:37:03 +01:00
parent 358cdd918d
commit 4e2993dd1d
1 changed files with 1 additions and 1 deletions

View File

@ -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');