Skip to content

Commit

Permalink
Fix Chartbeat flicker control div's (#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbr committed Feb 13, 2024
1 parent 6551cab commit 397d6d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web_accessible_resources/chartbeat.js
Expand Up @@ -27,4 +27,8 @@
activity: noopfn,
virtualPage: noopfn
};
const flickerElm = document.querySelector('[id^=chartbeat-flicker-control]')
if (flickerElm) {
flickerElm.parentNode.removeChild(flickerElm)
}
})();

0 comments on commit 397d6d4

Please sign in to comment.