1
mirror of https://github.com/home-assistant/supervisor synced 2024-09-07 16:20:07 +02:00

Update frontend to c4ed7433 (#2157)

This commit is contained in:
Joakim Sørensen 2020-10-21 20:52:02 +02:00 committed by GitHub
parent d3e5535221
commit be166d533f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 36 additions and 35 deletions

@ -1 +1 @@
Subproject commit 01b9a0732053b2a1a0d6de7c0c795087a88752d7
Subproject commit c4ed7433706a358d90f99ba5709159f273cbc3c1

View File

@ -1,9 +1,9 @@
try {
new Function("import('/api/hassio/app/frontend_latest/entrypoint.00c1195f.js')")();
new Function("import('/api/hassio/app/frontend_latest/entrypoint.6bc241a4.js')")();
} catch (err) {
var el = document.createElement('script');
el.src = '/api/hassio/app/frontend_es5/entrypoint.1d118c6f.js';
el.src = '/api/hassio/app/frontend_es5/entrypoint.b71bd2af.js';
document.body.appendChild(el);
}

View File

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

View File

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

View File

@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.1d118c6f.js"
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.b71bd2af.js"
}

View File

@ -1,3 +1,3 @@
{
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.00c1195f.js"
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.6bc241a4.js"
}