mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
actually thats just an android-firefox bug
This commit is contained in:
parent
4f811eb9e9
commit
c7deb63a04
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue