Skip to content

Commit

Permalink
Remove zendesk links
Browse files Browse the repository at this point in the history
  • Loading branch information
grabango-km committed Oct 22, 2021
1 parent ce6783a commit 64c222c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
12 changes: 1 addition & 11 deletions src/components/Support.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
Having problems? We're here to help!

We recommend checking out the community forums first, as they may be
the fastest way to get feedback.

- [Chat in real time on our Discord server](https://discord.buttplug.io)
- [Message the Buttplugio account on twitter](https://twitter.com/buttplugio)

If you aren't finding an answer there, or aren't comfortable
interacting with internet communities on this topic, we also have
direct support services available.

- [Check out our knowledge base](https://nonpolynomial.zendesk.com/hc/en-us)
- To request help, hit the "Help" or "?" button on the lower right

- [Check out our FAQ](https://how.do.i.get.buttplug.in)
10 changes: 0 additions & 10 deletions src/components/Support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ const SupportText = require("./Support.md").vue.component;
@Component({})
export default class Support extends Vue.extend(SupportText) {
public mounted() {
if (document.getElementById("launcher") === null) {
const body = document.getElementsByTagName("body")[0];
const script = document.createElement("script");
script.setAttribute("id", "ze-snippet");
script.setAttribute("src", "https://static.zdassets.com/ekr/snippet.js?key=aba3172c-0357-430b-889b-ee229173abf2");
body.appendChild(script);
} else {
document.getElementById("launcher")!.style.display = "block";
}
}

public beforeDestroy() {
document.getElementById("launcher")!.style.display = "none";
}
}

0 comments on commit 64c222c

Please sign in to comment.