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 3c367038b179aedf1319acf85bb1766dbcc03522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:53:57 +0000 Subject: [PATCH 2/2] build(deps): bump ws from 5.2.2 to 5.2.3 Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2d6097d..06e8125 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1491,9 +1491,9 @@ async-each@^1.0.1: integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== async-limiter@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" - integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== async@^2.6.2: version "2.6.3" @@ -10010,9 +10010,9 @@ write-file-atomic@2.4.1: signal-exit "^3.0.2" ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== + version "5.2.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d" + integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA== dependencies: async-limiter "~1.0.0"