mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Properly close script tag
This commit is contained in:
parent
56c08a1d07
commit
f32eb971a4
@ -17,7 +17,7 @@
|
||||
};
|
||||
if (!("customElements" in window &&
|
||||
"content" in document.createElement("template"))) {
|
||||
document.write("<script src='/static/polyfills/webcomponents-bundle.js'>");
|
||||
document.write("<script src='/static/polyfills/webcomponents-bundle.js'></script>");
|
||||
}
|
||||
var isS101 = /\s+Version\/10\.1(?:\.\d+)?\s+Safari\//.test(navigator.userAgent);
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user