mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
actually thats just an android-firefox bug
This commit is contained in:
parent
4f811eb9e9
commit
c7deb63a04
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue