| Filename | Latest commit message | Latest commit date |
|---|---|---|
renderQuestions (call.js) called snapshotOpenDetails()/restoreOpenDetails() which are closure-locals in tabs.js (built on MANAGED_SECTION_IDS) and not in call.js's module scope. On a /dashboard.html (Y3R C4LL tab) refresh this threw 'ReferenceError: snapshotOpenDetails is not defined' and aborted refreshState entirely. Give call.js its own section-scoped snapshot/restore pair operating on the questions-section root (the only section renderQuestions manages), so open <details> state still survives an SSE re-render without reaching into tabs.js internals. |
||
| .. | ||
| agent | ||
| dashboard | ||
| shared | ||