aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 0db93a8..cee749b 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -454,7 +454,7 @@ class Main {
for (emote in config.emotes) {
final img = document.createImageElement();
img.className = "smile-preview";
- img.src = emote.image;
+ img.dataset.src = emote.image;
img.title = emote.name;
smilesWrap.appendChild(img);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage