mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 18:26:30 +00:00
Bugfix panel loading (#464)
This commit is contained in:
parent
cddd859f56
commit
3f598bafc0
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -11,6 +11,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<script src='/frontend_es5/custom-elements-es5-adapter.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<hassio-app></hassio-app>
|
||||
@ -20,9 +21,6 @@
|
||||
e.src = src;
|
||||
document.head.appendChild(e);
|
||||
}
|
||||
if (!window.parent.HASS_DEV) {
|
||||
addScript('/frontend_es5/custom-elements-es5-adapter.js');
|
||||
}
|
||||
var webComponentsSupported = (
|
||||
'customElements' in window &&
|
||||
'import' in document.createElement('link') &&
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit 38e1b16031c397dda15399c63bfa40c40a5d0351
|
||||
Subproject commit eeba117e4bff3ae408b4759880ab1be0d1e500fb
|
Loading…
x
Reference in New Issue
Block a user