mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix hassio entrypoint (#22194)
This commit is contained in:
parent
ce9c5149d5
commit
0c1b8abe03
@ -13,10 +13,11 @@
|
|||||||
<% for (const entry of es5EntryJS) { %>
|
<% for (const entry of es5EntryJS) { %>
|
||||||
loadES5("<%= entry %>");
|
loadES5("<%= entry %>");
|
||||||
<% } %>
|
<% } %>
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
<% for (const entry of es5EntryJS) { %>
|
<% for (const entry of es5EntryJS) { %>
|
||||||
loadES5("<%= entry %>");
|
loadES5("<%= entry %>");
|
||||||
<% } %>
|
<% } %>
|
||||||
}
|
}
|
||||||
}
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user