Skip to content

Commit

Permalink
Fix screen flicker issue (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
bosschaert authored Sep 23, 2023
1 parent 33e23ee commit a746b8f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta data-privacy-proxy-server="https://privacy-proxy-server.usercentrics.eu"/>
<script>
// Fix for screen flicker issue observed with Target
(function(g, b, d) {
(function(a, c, d) {
if (a) {
var e = b.createElement("style");
e.id = c;
e.innerHTML = d;
a.appendChild(e)
}
}
)(b.getElementsByTagName("head")[0], "at-body-style", d);
}
)(window, document, "body {opacity: 1 !important}");
</script>
<script src="/scripts/lib-franklin.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css"/>
Expand Down

0 comments on commit a746b8f

Please sign in to comment.