mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The cleanupBtn element only exists on the contact management page, not on the main chat page. This was causing JavaScript to crash with 'cannot access property addEventListener of null' error, preventing messages from loading. Added null check before attaching event listener.