changeset 14:0df3a63a895f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Nov 2024 11:22:01 -0600
parents 22534fc3aadd
children 8b8905f63d80
files src/chat.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/chat.js	Thu Oct 31 21:56:29 2024 -0600
+++ b/src/chat.js	Fri Nov 01 11:22:01 2024 -0600
@@ -67,5 +67,6 @@
 function added(html) {
 	let input = document.querySelector('div[input]');
 	input.insertAdjacentHTML('beforebegin',html);
+	fixDates();
 	input.scrollIntoView({block: 'end'});
 }