From ccd5de29c6c64eb42be5c36bc31950b51523c489 Mon Sep 17 00:00:00 2001 From: dualshock-tools Date: Wed, 17 Apr 2024 17:47:15 +0200 Subject: [PATCH] Add FAQ --- core.js | 4 ++ index.html | 138 ++++++++++++++++++++++++++++++++++++++++++++---- lang/fr_fr.json | 40 ++++++++++++++ lang/hu_hu.json | 42 ++++++++++++++- lang/it_it.json | 41 ++++++++++++++ lang/zh_cn.json | 40 ++++++++++++++ 6 files changed, 293 insertions(+), 12 deletions(-) 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 @@ -