From d55929e7cfd0e9db055d5e2b4b387759edd95e93 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:53:40 +0200 Subject: [PATCH] Update index.php --- index.php | 64 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/index.php b/index.php index 40534ac..ed3d936 100644 --- a/index.php +++ b/index.php @@ -35,6 +35,7 @@
  • Party Setup
  • Mob Configuration
  • Results
  • +
  • Bonus Information
  • @@ -779,32 +780,34 @@
    -
    -
    -
    -
    - [DEBUG] Set the current status! [DEBUG]
    - - - - - -
    -
    -
    -
    -
    -
    -
    -
    - Do you intend to wipe the party?
    - -
    -
    -
    -
    + +
    +
    +
    +
    +
    + [DEBUG] Set the current status! [DEBUG]
    + + + + + +
    +
    +
    +
    +
    +
    +
    +
    + Do you intend to wipe the party?
    + +
    +
    +
    +
    @@ -812,6 +815,7 @@ +
    @@ -989,7 +993,15 @@ $("#diff_image").attr("src", "img/notfound.jpg"); $("#diff_description").html("I was unable to find a calculation with those parameters.... or any programming at all... give me some time, i'm still working on this app, after all."); $("#diff_summary").html("#err_notfound"); + + + + + + } + + function setDiff(difficulty) { $("#diff_image").attr("src", "img/diff_" + difficulty.substring(3, 0) + ".jpg"); switch (difficulty) {