Commit 4e2993dd authored by Alain Takoudjou's avatar Alain Takoudjou

put message send date in the msg header block

parent 358cdd91
......@@ -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');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment