aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
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 /res/client.js
parentf0791a52155dfe9bce2c3ba55959551d100efe68 (diff)
Remove autoplay in emote list
Diffstat (limited to 'res/client.js')
-rw-r--r--res/client.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/client.js b/res/client.js
index c0e1cd2..aa76441 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1285,10 +1285,6 @@ client_Main.prototype = {
el1.className = "smile-preview";
el1.dataset.src = emote1.image;
el1.title = emote1.name;
- if(tag1 == "video") {
- el1.autoplay = true;
- el1.loop = true;
- }
smilesWrap.appendChild(el1);
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage