Bugfix panel loading (#464)

This commit is contained in:
Pascal Vizeli 2018-05-09 11:06:19 +02:00 committed by GitHub
parent cddd859f56
commit 3f598bafc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -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