diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
index 12592eb..a0101aa 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
@@ -358,7 +358,7 @@
If checked, intros will be automatically skipped for all clients.
- Note: Clients cannot disable this setting from the player popup (gear icon).
+ Clients cannot disable this setting from the player popup (gear icon).
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.
@@ -394,7 +394,7 @@
If checked, credits will be automatically skipped for all clients.
- Note: Clients cannot disable this setting from the player popup (gear icon).
+ Clients cannot disable this setting from the player popup (gear icon).
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.
@@ -437,40 +437,40 @@
@@ -1180,7 +1180,7 @@
e.preventDefault();
switchToEdit(displayInput, editInput);
});
- editInput.addEventListener('blur', () =>
+ editInput.addEventListener('blur', () =>
switchToDisplay(displayInput, editInput)
);
displayInput.value = formatTime(parseFloat(editInput.value) || 0);