remove help scout

This commit is contained in:
Abi Raja 2024-06-07 14:13:39 -04:00
parent 5109695873
commit df5f954ee2
2 changed files with 0 additions and 37 deletions

View File

@ -16,32 +16,6 @@
<!-- Injected code for hosted version -->
<%- injectHead %>
<!-- Help Scout -->
<script type="text/javascript">
!(function (e, t, n) {
function a() {
var e = t.getElementsByTagName("script")[0],
n = t.createElement("script");
(n.type = "text/javascript"),
(n.async = !0),
(n.src = "https://beacon-v2.helpscout.net"),
e.parentNode.insertBefore(n, e);
}
if (
((e.Beacon = n =
function (t, n, a) {
e.Beacon.readyQueue.push({ method: t, options: n, data: a });
}),
(n.readyQueue = []),
"complete" === t.readyState)
)
return a();
e.attachEvent
? e.attachEvent("onload", a)
: e.addEventListener("load", a, !1);
})(window, document, window.Beacon || function () {});
</script>
<title>Screenshot to Code</title>
<!-- Open Graph Meta Tags -->

View File

@ -1,11 +0,0 @@
// help-scout.d.ts
type Beacon = (eventName: string, options?: any) => void;
// Extend the Window interface to include the `plausible` function
declare global {
interface Window {
Beacon: Beacon;
}
}
export {};