homeassistant/custom_components/hacs/hacs_frontend/entrypoint.js
2025-01-10 21:08:35 -08:00

10 lines
No EOL
246 B
JavaScript

try {
new Function("import('/hacsfiles/frontend/main-ad130be7.js')")();
} catch (err) {
var el = document.createElement('script');
el.src = '/hacsfiles/frontend/main-ad130be7.js';
el.type = 'module';
document.body.appendChild(el);
}