diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 23:44:47 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-11 23:44:47 +0100 |
| commit | 700afb7634724c4646c7f357744ab0a8b0cfac77 (patch) | |
| tree | f8573cb1431c92f6c615027959e16acf7ce450a0 | |
| parent | c974dcd7e3eb2dbbe7e6010a627e4ec3f9c1d1a4 (diff) | |
go back to most used file extensions
| -rw-r--r-- | webAO/client/setEmote.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client/setEmote.js b/webAO/client/setEmote.js index e6bf476..275d764 100644 --- a/webAO/client/setEmote.js +++ b/webAO/client/setEmote.js @@ -16,10 +16,10 @@ const setEmote = (AO_HOST, client, charactername, emotename, prefix, pair, side) const apng_s = document.getElementById(`client_${position}${pairID}_apng`); const webp_s = document.getElementById(`client_${position}${pairID}_webp`); const extensionsMap = { - '.apng': apng_s, - '.webp': webp_s, '.gif': gif_s, - '.png': png_s, + '.png': png_s, + '.apng': apng_s, + '.webp': webp_s, }; for (const [extension, htmlElement] of Object.entries(extensionsMap)) { |
