diff src/chat.js @ 11:563a5358f2ee

add delete_chat
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 31 Oct 2024 19:17:53 -0600
parents f9e6a4cc4f7d
children 9f45d32670ae
line wrap: on
line diff
--- a/src/chat.js	Wed Oct 30 23:18:45 2024 -0600
+++ b/src/chat.js	Thu Oct 31 19:17:53 2024 -0600
@@ -46,3 +46,7 @@
 		span.removeAttribute('fix');
 	}
 }
+
+function deleteChat() {
+	ajax(`delete_chat.js?chat=${currentChatId}`);
+}