working 2.0 clone
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
try {
|
||||
new Function("import('/hacsfiles/frontend/main-85e087f9.js')")();
|
||||
} catch (err) {
|
||||
var el = document.createElement('script');
|
||||
el.src = '/hacsfiles/frontend/main-85e087f9.js';
|
||||
el.type = 'module';
|
||||
document.body.appendChild(el);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user