remove help scout
This commit is contained in:
parent
5109695873
commit
df5f954ee2
@ -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 -->
|
||||
|
||||
11
frontend/src/help-scout.d.ts
vendored
11
frontend/src/help-scout.d.ts
vendored
@ -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 {};
|
||||
Loading…
Reference in New Issue
Block a user