actually thats just an android-firefox bug

This commit is contained in:
ed 2022-10-08 17:52:29 +02:00
parent 4f811eb9e9
commit c7deb63a04

View file

@ -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);