comparison src/do_login.html.luan @ 21:5a56297713a3

move chat to home
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 Nov 2024 12:57:41 -0700
parents a49866b52cc2
children 8270106644db
comparison
equal deleted inserted replaced
20:dade6a560494 21:5a56297713a3
41 with = to_list(with) 41 with = to_list(with)
42 local t = {} 42 local t = {}
43 for _, email in ipairs(with) do 43 for _, email in ipairs(with) do
44 t[#t+1] = "with="..email 44 t[#t+1] = "with="..email
45 end 45 end
46 location = "/chat.html?"..concat(t,"&") 46 location = "/?"..concat(t,"&")
47 end 47 end
48 %> 48 %>
49 <script> location = '<%=location%>'; </script> 49 <script> location = '<%=location%>'; </script>
50 <% 50 <%
51 end 51 end