mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Fix proper script closing tag (#3405)
This commit is contained in:
parent
1f1a3acc03
commit
a59f0086b5
@ -17,7 +17,7 @@
|
|||||||
};
|
};
|
||||||
if (!("customElements" in window &&
|
if (!("customElements" in window &&
|
||||||
"content" in document.createElement("template"))) {
|
"content" in document.createElement("template"))) {
|
||||||
document.write("<script src='/static/polyfills/webcomponents-bundle.js'></script>");
|
document.write("<script src='/static/polyfills/webcomponents-bundle.js'><"+"/script>");
|
||||||
}
|
}
|
||||||
var isS101 = /\s+Version\/10\.1(?:\.\d+)?\s+Safari\//.test(navigator.userAgent);
|
var isS101 = /\s+Version\/10\.1(?:\.\d+)?\s+Safari\//.test(navigator.userAgent);
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user