mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 23:29:59 -07:00
Defer hidden dashboard startup work
This commit is contained in:
@@ -137,9 +137,3 @@ const RecordingUI = (function() {
|
||||
openReplay,
|
||||
};
|
||||
})();
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
if (typeof RecordingUI !== 'undefined') {
|
||||
RecordingUI.init();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user