From d69a7959b8c0313ca783a08febcf8d733676c6d0 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 10 Sep 2025 22:31:09 -0700 Subject: [PATCH] Added API pages and moved chat to API/JS --- meshview/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/chat.html b/meshview/templates/chat.html index 2c65a92..2c3a4a1 100644 --- a/meshview/templates/chat.html +++ b/meshview/templates/chat.html @@ -79,7 +79,7 @@ function renderPacket(packet, highlight = false) { replyHtml = `
- Replying to: ${escapeHtml((parent.long_name || "").trim() || `Node ${parent.from_node_id}`)}: + Replying to: ${escapeHtml((parent.long_name || "").trim() || `Node ${parent.from_node_id}`)}: ${escapeHtml(parent.payload || "")}