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 @@