aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-04-24 05:34:58 +0300
committerRblSb <msrblsb@gmail.com>2020-04-24 05:34:58 +0300
commitaf0b3a3fb9a679a0e1b32d18b67a2f5b0d43f5dd (patch)
tree427fd565395328268989f6843e98a09e2412bb1f /src
parent177057877733c33aadbb11b5884fe2c4a3e13de5 (diff)
Fix empty items in url history
Diffstat (limited to 'src')
-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 99f49b3..f8579b1 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -138,7 +138,7 @@ class Main {
ge("#queue_end").onclick = e -> addVideoUrl(true);
new InputWithHistory(cast ge("#mediaurl"), settings.latestLinks, 10, value -> {
addVideoUrl(true);
- return true;
+ return false;
});
ge("#ce_queue_next").onclick = e -> addIframe(false);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage