aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-03-31 19:18:19 +0300
committerRblSb <msrblsb@gmail.com>2020-03-31 19:18:19 +0300
commit0fbb8c6b2d7cb2b25f2c9c7e183301eedee24ab5 (patch)
tree689feb142975f51b9b9dbb1a3722889488ce59d8 /src
parentf0791a52155dfe9bce2c3ba55959551d100efe68 (diff)
Remove autoplay in emote list
Diffstat (limited to 'src')
-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