1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Bump frontend to d5a16176 (#3101)

This commit is contained in:
Joakim Sørensen
2021-09-03 12:49:33 +02:00
committed by GitHub
parent 58a948447e
commit 4beaf571c2
76 changed files with 17 additions and 17 deletions

View File

@@ -1,14 +1,14 @@
function loadES5() {
var el = document.createElement('script');
el.src = '/api/hassio/app/frontend_es5/entrypoint.fd6df4e4.js';
el.src = '/api/hassio/app/frontend_es5/entrypoint.2bed31c0.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.96bbd40b.js')")();
new Function("import('/api/hassio/app/frontend_latest/entrypoint.74ae643f.js')")();
} catch (err) {
loadES5();
}

View File

@@ -0,0 +1 @@
{"version":3,"file":"entrypoint.2bed31c0.js","sources":["webpack://home-assistant-frontend/entrypoint.2bed31c0.js"],"mappings":";AAAA","sourceRoot":""}

View File

@@ -1 +0,0 @@
{"version":3,"file":"entrypoint.fd6df4e4.js","sources":["webpack://home-assistant-frontend/entrypoint.fd6df4e4.js"],"mappings":";AAAA","sourceRoot":""}

View File

@@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.fd6df4e4.js"
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.2bed31c0.js"
}

View File

@@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.96bbd40b.js"
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.74ae643f.js"
}