From 1e93a3dca738439627abc27e8a2e187dbe4ec1b0 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 c4d0ec0..f90c999 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -607,7 +607,7 @@
Storage Usage
See how much space each library uses.
- + @@ -938,7 +938,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; }