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; }