put message send date in the msg header block
This commit is contained in:
+1
-1
@@ -1437,7 +1437,7 @@ function addToChatbox(peerId, dest, nick, time, kind, message) {
|
|||||||
let tm = document.createElement('span');
|
let tm = document.createElement('span');
|
||||||
tm.textContent = formatTime(time);
|
tm.textContent = formatTime(time);
|
||||||
tm.classList.add('message-time');
|
tm.classList.add('message-time');
|
||||||
footer.appendChild(tm);
|
header.appendChild(tm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p.classList.add('message-content');
|
p.classList.add('message-content');
|
||||||
|
|||||||
Reference in New Issue
Block a user