comparison 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
comparison
equal deleted inserted replaced
88:7b339b1ccd11 89:3053a4fc10be
128 <input type="file" required onchange="loadedFile(this)"> 128 <input type="file" required onchange="loadedFile(this)">
129 <script> 129 <script>
130 'use strict'; 130 'use strict';
131 131
132 <% 132 <%
133 local spy = Http.request.cookies.spy ~= nil
134 %>
135 spy = <%=spy%>;
136 <%
133 if chat ~= nil then 137 if chat ~= nil then
134 %> 138 %>
135 selectChat('<%=chat.id%>'); 139 selectChat('<%=chat.id%>');
136 <% 140 <%
137 end 141 end