From 98579ca17fb7899e7bc0edc45d632232788531af Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 1 Jul 2024 16:03:40 +0100 Subject: [PATCH] refactor web pages to work with new endpoints --- web/ability_check.html | 16 +++++++--------- web/chargen.html | 1 + web/chargen.js | 12 ++++-------- web/config.js | 16 +++++++--------- web/display_tables.html | 3 ++- web/encounter.html | 1 + web/encounter.js | 13 ++++--------- web/index.html | 1 + web/mentalattack.html | 1 + web/mentalattack.js | 17 ++++++----------- web/physicalattack.html | 29 ++++++++++++++--------------- web/physicalattack.js | 21 +++++++-------------- web/rolldice.html | 3 ++- web/rolldice.js | 2 +- web/styles.css | 2 +- 15 files changed, 59 insertions(+), 79 deletions(-) diff --git a/web/ability_check.html b/web/ability_check.html index 98f2e94..41cd6a5 100644 --- a/web/ability_check.html +++ b/web/ability_check.html @@ -3,6 +3,7 @@ + Ability Checks