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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
76 changed files with 17 additions and 17 deletions

@ -1 +1 @@
Subproject commit ac64d293e7bde5f7f39923f6d819e863e61ac5f3
Subproject commit d5a161769ceed8d672b24f0c267cfa05216f2936

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"
}