mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
put message send date in the msg header block
This commit is contained in:
parent
358cdd918d
commit
4e2993dd1d
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue