Defer hidden dashboard startup work

This commit is contained in:
James Smith
2026-03-19 09:19:36 +00:00
parent 7587c1d009
commit 94e9d65fad
5 changed files with 146 additions and 98 deletions
-6
View File
@@ -137,9 +137,3 @@ const RecordingUI = (function() {
openReplay,
};
})();
document.addEventListener('DOMContentLoaded', () => {
if (typeof RecordingUI !== 'undefined') {
RecordingUI.init();
}
});