Bump frontend to 910cd98a (#3211)

This commit is contained in:
Joakim Sørensen 2021-10-07 13:11:03 +02:00 committed by GitHub
parent 5c66278a1c
commit 8c59e6d05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
43 changed files with 751 additions and 765 deletions

@ -1 +1 @@
Subproject commit 066a0771b37241af79bcdfad72a414441dff4688
Subproject commit 910cd98a3816cf25388f8d5978cecc2975a94309

View File

@ -1,14 +1,14 @@
function loadES5() {
var el = document.createElement('script');
el.src = '/api/hassio/app/frontend_es5/entrypoint.6ba12ae1.js';
el.src = '/api/hassio/app/frontend_es5/entrypoint.4bb3aeeb.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.6a1c9a14.js')")();
new Function("import('/api/hassio/app/frontend_latest/entrypoint.9dbee840.js')")();
} catch (err) {
loadES5();
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.6ba12ae1.js"
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.4bb3aeeb.js"
}

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.6a1c9a14.js"
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.9dbee840.js"
}