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