mirror of
https://github.com/9001/copyparty.git
synced 2026-03-19 14:43:10 +10:00
actually thats just an android-firefox bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user