From 0ef57dee63baef85222c06cf070d6ccb6b9469de Mon Sep 17 00:00:00 2001 From: dualshock-tools Date: Mon, 8 Apr 2024 14:58:30 +0200 Subject: [PATCH] Add discord link --- core.js | 2 ++ index.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/core.js b/core.js index 2df4dff..98c9f3b 100644 --- a/core.js +++ b/core.js @@ -846,6 +846,8 @@ function show_popup(text) { new bootstrap.Modal(document.getElementById('popupModal'), {}).show() } +function discord_popup() { show_popup("My handle on discord is: the_al"); } + function calib_perm_changes() { return $("#calibPermanentChanges").is(':checked') } function reset_calib_perm_changes() { diff --git a/index.html b/index.html index 6865dc6..27c555e 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,9 @@ + + + @@ -272,6 +275,7 @@