Skip to content

Commit 64c222c

Browse files
committed
Remove zendesk links
1 parent ce6783a commit 64c222c

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/components/Support.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
Having problems? We're here to help!
22

3-
We recommend checking out the community forums first, as they may be
4-
the fastest way to get feedback.
5-
63
- [Chat in real time on our Discord server](https://discord.buttplug.io)
74
- [Message the Buttplugio account on twitter](https://twitter.com/buttplugio)
8-
9-
If you aren't finding an answer there, or aren't comfortable
10-
interacting with internet communities on this topic, we also have
11-
direct support services available.
12-
13-
- [Check out our knowledge base](https://nonpolynomial.zendesk.com/hc/en-us)
14-
- To request help, hit the "Help" or "?" button on the lower right
15-
5+
- [Check out our FAQ](https://how.do.i.get.buttplug.in)

src/components/Support.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,8 @@ const SupportText = require("./Support.md").vue.component;
55
@Component({})
66
export default class Support extends Vue.extend(SupportText) {
77
public mounted() {
8-
if (document.getElementById("launcher") === null) {
9-
const body = document.getElementsByTagName("body")[0];
10-
const script = document.createElement("script");
11-
script.setAttribute("id", "ze-snippet");
12-
script.setAttribute("src", "https://static.zdassets.com/ekr/snippet.js?key=aba3172c-0357-430b-889b-ee229173abf2");
13-
body.appendChild(script);
14-
} else {
15-
document.getElementById("launcher")!.style.display = "block";
16-
}
178
}
189

1910
public beforeDestroy() {
20-
document.getElementById("launcher")!.style.display = "none";
2111
}
2212
}

0 commit comments

Comments
 (0)