Mercurial Hosting > chat
diff 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 |
line wrap: on
line diff
--- a/src/do_login.html.luan Mon Nov 04 21:37:58 2024 -0700 +++ b/src/do_login.html.luan Tue Nov 05 12:57:41 2024 -0700 @@ -43,7 +43,7 @@ for _, email in ipairs(with) do t[#t+1] = "with="..email end - location = "/chat.html?"..concat(t,"&") + location = "/?"..concat(t,"&") end %> <script> location = '<%=location%>'; </script>
