Differences From Artifact [55fadbaab9]:
- File src/fossil.page.chat.js — part of check-in [084001c76d] at 2025-04-12 00:07:25 on branch trunk — Maintainability cleanups and docs in /chat. No (intended) functional changes. (user: stephan size: 112095)
To Artifact [d38a457176]:
- File src/fossil.page.chat.js — part of check-in [2827a38aca] at 2025-04-12 01:15:13 on branch trunk — Fix an age-old /chat bug which caused /chat-delete posts to misadjust the ajax-in-flight counter, leading to various UI widgets not being disabled when they should after a message is deleted. (user: stephan size: 112069) [more...]
| ︙ | |||
974 975 976 977 978 979 980 | 974 975 976 977 978 979 980 981 982 983 984 985 986 987 | - |
e = id;
id = e.dataset.msgid;
}else{
e = this.getMessageElemById(id);
}
if(!(e instanceof HTMLElement)) return;
if(this.userMayDelete(e)){
|
| ︙ |