aboutsummaryrefslogtreecommitdiff
path: root/webAO/client
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-12 22:07:48 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-12 22:07:48 -0500
commit39da04dc796b635b43879d285bc9d2c2aabc8761 (patch)
treeed72215dafba14fec002c1899e38f466bb6aae7a /webAO/client
parent1296cecb0690bbe70c109693625cb424297a0b40 (diff)
Lint
Diffstat (limited to 'webAO/client')
-rw-r--r--webAO/client/setEmote.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client/setEmote.js b/webAO/client/setEmote.js
index 275d764..16c95be 100644
--- a/webAO/client/setEmote.js
+++ b/webAO/client/setEmote.js
@@ -17,9 +17,9 @@ const setEmote = (AO_HOST, client, charactername, emotename, prefix, pair, side)
const webp_s = document.getElementById(`client_${position}${pairID}_webp`);
const extensionsMap = {
'.gif': gif_s,
- '.png': png_s,
+ '.png': png_s,
'.apng': apng_s,
- '.webp': webp_s,
+ '.webp': webp_s,
};
for (const [extension, htmlElement] of Object.entries(extensionsMap)) {