diff --git a/core.js b/core.js index 2f96956..415d34f 100644 --- a/core.js +++ b/core.js @@ -916,6 +916,10 @@ function show_popup(text) { new bootstrap.Modal(document.getElementById('popupModal'), {}).show() } +function show_faq_modal() { + new bootstrap.Modal(document.getElementById('faqModal'), {}).show() +} + function discord_popup() { show_popup(l("My handle on discord is: the_al")); } function calib_perm_changes() { return $("#calibPermanentChanges").is(':checked') } diff --git a/index.html b/index.html index 9f1c135..82b56e9 100644 --- a/index.html +++ b/index.html @@ -44,19 +44,29 @@ -