Differences From Artifact [ee805c4c5b]:
- File src/chat.js — part of check-in [5744428bfa] at 2020-12-23 05:28:52 on branch chatroom-dev — Disable the detailed timestamp popup when browser doesn't support it. (example: Safari) (user: mgagnon size: 3972)
To Artifact [d81f52a05e]:
- File src/chat.js — part of check-in [4e832e9f40] at 2020-12-23 05:44:11 on branch chatroom-dev — Import fossil bootstrapping JS into the chat app, add current login name to window.fossil.user.name, and use that name as the initial 'me' value in chat.js (resolves the FIXME in that latter part). (user: stephan size: 3981)
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + |
(function(){
const form = document.querySelector('#chat-form');
let mxMsg = 0;
// let _me = "%string($me)";
|
| ︙ |