Skip to content

Commit

Permalink
fix not isS11_12 not defined error
Browse files Browse the repository at this point in the history
still not sure why we get that... :-(
  • Loading branch information
Garfonso committed Dec 11, 2023
1 parent c19e776 commit 0322afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hass_frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
if(-1===navigator.userAgent.indexOf("Android")&&-1===navigator.userAgent.indexOf("CrOS")){function _pf(o,t){var n=document.createElement("link");n.rel="preload",n.as="font",n.type="font/woff2",n.href=o,n.crossOrigin="anonymous",document.head.appendChild(n)}_pf=("static/fonts/roboto/Roboto-Regular.woff2"),_pf=("static/fonts/roboto/Roboto-Medium.woff2")}
</script>
<script crossorigin="use-credentials">
var isS11_12=/(?:.*(?:iPhone|iPad).*OS (?:11|12)_\d)|(?:.*Version\/(?:11|12)(?:\.\d+)*.*Safari\/)/.test(navigator.userAgent);
isS11_12||(import("./frontend_latest/core.oODqcutgVrg.js"),import("./frontend_latest/app.g4FHun76y9g.js"),window.customPanelJS="frontend_latest/custom-panel.BfpL8X8_uh4.js",window.latestJS=!0)
</script>
<script>
Expand Down

0 comments on commit 0322afe

Please sign in to comment.