File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 1
1
Having problems? We're here to help!
2
2
3
- We recommend checking out the community forums first, as they may be
4
- the fastest way to get feedback.
5
-
6
3
- [ Chat in real time on our Discord server] ( https://discord.buttplug.io )
7
4
- [ 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 )
Original file line number Diff line number Diff line change @@ -5,18 +5,8 @@ const SupportText = require("./Support.md").vue.component;
5
5
@Component ( { } )
6
6
export default class Support extends Vue . extend ( SupportText ) {
7
7
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
- }
17
8
}
18
9
19
10
public beforeDestroy ( ) {
20
- document . getElementById ( "launcher" ) ! . style . display = "none" ;
21
11
}
22
12
}
You can’t perform that action at this time.
0 commit comments