diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-24 05:34:58 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-24 05:34:58 +0300 |
| commit | af0b3a3fb9a679a0e1b32d18b67a2f5b0d43f5dd (patch) | |
| tree | 427fd565395328268989f6843e98a09e2412bb1f /res/client.js | |
| parent | 177057877733c33aadbb11b5884fe2c4a3e13de5 (diff) | |
Fix empty items in url history
Diffstat (limited to 'res/client.js')
| -rw-r--r-- | res/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js index c0a61e3..9903f55 100644 --- a/res/client.js +++ b/res/client.js @@ -954,7 +954,7 @@ client_Main.prototype = { }; new client_InputWithHistory(window.document.querySelector("#mediaurl"),this.settings.latestLinks,10,function(value) { _gthis.addVideoUrl(true); - return true; + return false; }); window.document.querySelector("#ce_queue_next").onclick = function(e4) { _gthis.addIframe(false); |
