aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/updateBackgroundPreview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom/updateBackgroundPreview.ts')
-rw-r--r--webAO/dom/updateBackgroundPreview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/updateBackgroundPreview.ts b/webAO/dom/updateBackgroundPreview.ts
index 57073b4..bc2803b 100644
--- a/webAO/dom/updateBackgroundPreview.ts
+++ b/webAO/dom/updateBackgroundPreview.ts
@@ -37,7 +37,7 @@ export function updateBackgroundPreview() {
}
tryBackgroundUrls(
`${AO_HOST}background/${encodeURI(
- background_select.value.toLowerCase(),
+ background_select.value,
)}/defenseempty`,
).then((resp) => {
background_preview.src = resp;