1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00

Bmp frontend to b6344eb6 (#3161)

This commit is contained in:
Joakim Sørensen
2021-09-28 09:33:38 +02:00
committed by GitHub
parent 7c9f6067c0
commit bb991b69bb
78 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
function loadES5() {
var el = document.createElement('script');
el.src = '/api/hassio/app/frontend_es5/entrypoint.fcfbe018.js';
el.src = '/api/hassio/app/frontend_es5/entrypoint.beb8aae2.js';
document.body.appendChild(el);
}
if (/.*Version\/(?:11|12)(?:\.\d+)*.*Safari\//.test(navigator.userAgent)) {
loadES5();
} else {
try {
new Function("import('/api/hassio/app/frontend_latest/entrypoint.4a3f19b4.js')")();
new Function("import('/api/hassio/app/frontend_latest/entrypoint.b658878e.js')")();
} catch (err) {
loadES5();
}
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"version":3,"file":"entrypoint.beb8aae2.js","sources":["webpack://home-assistant-frontend/entrypoint.beb8aae2.js"],"mappings":";AAAA","sourceRoot":""}
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
{"version":3,"file":"entrypoint.fcfbe018.js","sources":["webpack://home-assistant-frontend/entrypoint.fcfbe018.js"],"mappings":";AAAA","sourceRoot":""}
@@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.fcfbe018.js"
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.beb8aae2.js"
}
@@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.4a3f19b4.js"
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.b658878e.js"
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long