Remove DOMContentLoad event handler

- project page
- group page
parent d617e6e0
import registryExplorer from '~/registry/explorer/index';
document.addEventListener('DOMContentLoaded', () => {
const explorer = registryExplorer();
const explorer = registryExplorer();
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}
});
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}
import registryExplorer from '~/registry/explorer/index';
document.addEventListener('DOMContentLoaded', () => {
const explorer = registryExplorer();
const explorer = registryExplorer();
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}
});
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment