• v3.4 868afcda20

    Ghost released this 2026-03-24 03:03:54 +01:00 | 478 commits to main since this release

    All JS modules were running immediately (IIFE/DOMContentLoaded) but
    tab HTML is lazy-loaded from /components/*.html, causing null errors
    on every addEventListener call. Each module now listens for tabChanged
    with its tab name and initializes once after the DOM is ready.

    Also: quiz question/explanation boxes changed to textarea for
    multi-line support; quiz display uses sanitizeHtml() so formatted
    text (bold, lists, etc.) renders correctly.

    Downloads