mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Bump frontend to d5a16176 (#3101)
This commit is contained in:
parent
58a948447e
commit
4beaf571c2
@ -1 +1 @@
|
|||||||
Subproject commit ac64d293e7bde5f7f39923f6d819e863e61ac5f3
|
Subproject commit d5a161769ceed8d672b24f0c267cfa05216f2936
|
@ -1,14 +1,14 @@
|
|||||||
|
|
||||||
function loadES5() {
|
function loadES5() {
|
||||||
var el = document.createElement('script');
|
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);
|
document.body.appendChild(el);
|
||||||
}
|
}
|
||||||
if (/.*Version\/(?:11|12)(?:\.\d+)*.*Safari\//.test(navigator.userAgent)) {
|
if (/.*Version\/(?:11|12)(?:\.\d+)*.*Safari\//.test(navigator.userAgent)) {
|
||||||
loadES5();
|
loadES5();
|
||||||
} else {
|
} else {
|
||||||
try {
|
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) {
|
} catch (err) {
|
||||||
loadES5();
|
loadES5();
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
supervisor/api/panel/frontend_es5/entrypoint.2bed31c0.js.gz
Normal file
BIN
supervisor/api/panel/frontend_es5/entrypoint.2bed31c0.js.gz
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"version":3,"file":"entrypoint.2bed31c0.js","sources":["webpack://home-assistant-frontend/entrypoint.2bed31c0.js"],"mappings":";AAAA","sourceRoot":""}
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
{"version":3,"file":"entrypoint.fd6df4e4.js","sources":["webpack://home-assistant-frontend/entrypoint.fd6df4e4.js"],"mappings":";AAAA","sourceRoot":""}
|
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.fd6df4e4.js"
|
"entrypoint.js": "/api/hassio/app/frontend_es5/entrypoint.2bed31c0.js"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
BIN
supervisor/api/panel/frontend_latest/entrypoint.74ae643f.js.gz
Normal file
BIN
supervisor/api/panel/frontend_latest/entrypoint.74ae643f.js.gz
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.96bbd40b.js"
|
"entrypoint.js": "/api/hassio/app/frontend_latest/entrypoint.74ae643f.js"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user