diff --git a/IntroSkipper/Configuration/configPage.html b/IntroSkipper/Configuration/configPage.html index 40845f7..024ca69 100644 --- a/IntroSkipper/Configuration/configPage.html +++ b/IntroSkipper/Configuration/configPage.html @@ -319,7 +319,9 @@ -
Failed to add skip button to web interface. See troubleshooting guide for the most common issues.
+
+ Failed to add skip button to web interface. See troubleshooting guide for the most common issues. +
Auto Skip Client List @@ -1335,8 +1337,7 @@ } if (config["SkipButtonWarning"]) { - document.getElementById("SkipButtonContainer").style.display = "none"; - document.getElementById("PersistContainer").style.display = "none"; + document.getElementById("warningMessage").style.display = "unset"; } else { document.getElementById("warningMessage").style.display = "none"; }