From c7deb63a04de9db11bfbdc6b5b0dd230762851a9 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 8 Oct 2022 17:52:29 +0200 Subject: [PATCH] actually thats just an android-firefox bug --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 4ea36482..5d98083b 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -4658,7 +4658,7 @@ var treectl = (function () { setwrap(bcfg_bind(r, 'wtree', 'wraptree', true, setwrap)); setwrap(bcfg_bind(r, 'parpane', 'parpane', true, onscroll)); bcfg_bind(r, 'htree', 'hovertree', false, reload_tree); - bcfg_bind(r, 'ask', 'bd_ask', MOBILE); + bcfg_bind(r, 'ask', 'bd_ask', MOBILE && FIREFOX); ebi('bd_lim').value = r.lim = icfg_get('bd_lim'); ebi('bd_lim').oninput = function (e) { var n = parseInt(this.value);