diff src/index.html.luan @ 89:3053a4fc10be

spy
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Mar 2025 17:56:39 -0600
parents a47036fd0158
children
line wrap: on
line diff
--- a/src/index.html.luan	Thu Mar 13 16:18:39 2025 -0600
+++ b/src/index.html.luan	Thu Mar 13 17:56:39 2025 -0600
@@ -130,6 +130,10 @@
 			'use strict';
 
 <%
+	local spy = Http.request.cookies.spy ~= nil
+%>
+			spy = <%=spy%>;
+<%
 	if chat ~= nil then
 %>
 			selectChat('<%=chat.id%>');