Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump browserslist from 4.6.4 to 4.17.4 #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove zendesk links
  • Loading branch information
grabango-km committed Oct 22, 2021
commit 64c222c99ac975c2f42a8060db94393382f080aa
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";
}
}