We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d57cbb commit e759a87Copy full SHA for e759a87
js/index.js
@@ -1460,7 +1460,7 @@ settingsCheckbox("settings-autoReload", "autoReload");
1460
settingsCheckbox("settings-nopacket", "noPackets");
1461
loadSettings();
1462
1463
-selectTheme = document.getElementById("settings-theme");
+const selectTheme = document.getElementById("settings-theme");
1464
// Update theme selector
1465
selectTheme.value = SETTINGS.theme;
1466
selectTheme.addEventListener("change",event=>{
0 commit comments