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) {