aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Main.hx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index 5644fdd..ea4fc84 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -495,10 +495,6 @@ class Main {
el.className = "smile-preview";
el.dataset.src = emote.image;
el.title = emote.name;
- if (tag == "video") {
- (cast el : VideoElement).autoplay = true;
- (cast el : VideoElement).loop = true;
- }
smilesWrap.appendChild(el);
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage