From 3e92d0f6f58374689e452615f128ec089eadd2df Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Tue, 29 Oct 2024 10:19:19 -0400 Subject: [PATCH] Rename a duplicate label --- IntroSkipper/Configuration/configPage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntroSkipper/Configuration/configPage.html b/IntroSkipper/Configuration/configPage.html index e24191f..7962df5 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -605,7 +605,7 @@
Storage Usage
See how much space each library uses.
- + @@ -937,7 +937,7 @@ const bundleText = await bundle.text(); // Display it to the user - const ta = document.querySelector("textarea#storage"); + const ta = document.querySelector("textarea#storageText"); ta.value = bundleText; }