From 64c222c99ac975c2f42a8060db94393382f080aa Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Fri, 22 Oct 2021 14:53:08 -0700 Subject: [PATCH 1/2] Remove zendesk links --- src/components/Support.md | 12 +----------- src/components/Support.ts | 10 ---------- 2 files changed, 1 insertion(+), 21 deletions(-) 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"; } } From 3e67b37cef453604e55fba2b7b8f64c5d171716d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:53:47 +0000 Subject: [PATCH 2/2] build(deps): bump color-string from 1.5.3 to 1.6.0 Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2d6097d..2d4c12e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2439,9 +2439,9 @@ color-name@^1.0.0, color-name@~1.1.4: integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== color-string@^1.5.2: - version "1.5.3" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" - integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== + version "1.6.0" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312" + integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA== dependencies: color-name "^1.0.0" simple-swizzle "^0.2.2"