diff --git a/src/components/Support.md b/src/components/Support.md index f1651b7..b21e91d 100644 --- a/src/components/Support.md +++ b/src/components/Support.md @@ -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) \ No newline at end of file diff --git a/src/components/Support.ts b/src/components/Support.ts index bcabb78..b8c9648 100644 --- a/src/components/Support.ts +++ b/src/components/Support.ts @@ -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"; } } diff --git a/yarn.lock b/yarn.lock index 2d6097d..972db23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1496,9 +1496,9 @@ async-limiter@~1.0.0: integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== async@^2.6.2: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" + integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA== dependencies: lodash "^4.17.14" @@ -5977,12 +5977,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@4.x, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4: - version "4.17.14" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" - integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== - -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19: +lodash@4.x, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.3, lodash@^4.17.4: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==