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..7d15b44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7174,6 +7174,11 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + picomatch@^2.0.4: version "2.0.7" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6" @@ -7600,23 +7605,13 @@ postcss-value-parser@^4.1.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.5: - version "7.0.17" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.17.tgz#4da1bdff5322d4a0acaab4d87f3e782436bad31f" - integrity sha512-546ZowA+KZ3OasvQZHsbuEpysvwTZNGJv9EfyCQdsIDltPSWHAeTQ5fQy/Npi2ZDtLI3zs7Ps/p6wThErhm9fQ== +postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== dependencies: - chalk "^2.4.2" + picocolors "^0.2.1" source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^7.0.32, postcss@^7.0.6: - version "7.0.35" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" - integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" prelude-ls@~1.1.2: version "1.1.2"