diff src/get_chat.js.luan @ 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/get_chat.js.luan	Wed Oct 30 23:18:45 2024 -0600
+++ b/src/get_chat.js.luan	Thu Oct 31 19:17:53 2024 -0600
@@ -38,7 +38,7 @@
 %>
 	<div top>
 		<h3><%= chat.other_users_email(user) %></h3>
-		<button>delete</button>
+		<button onclick='deleteChat()'>delete</button>
 	</div>
 	<div main>
 <%