mirror of
https://github.com/9001/copyparty.git
synced 2025-08-16 08:32:13 -06:00
avoid ios bug (keystore spam)
This commit is contained in:
parent
e5e822951d
commit
03acd65e96
|
@ -625,7 +625,7 @@ catch (ex) { }
|
|||
|
||||
tt.init();
|
||||
var o = QS('input[name="uname"]') || QS('input[name="cppwd"]');
|
||||
if (!ebi('c') && o.offsetTop + o.offsetHeight < window.innerHeight)
|
||||
if (!MOBILE && !ebi('c') && o.offsetTop + o.offsetHeight < window.innerHeight)
|
||||
o.focus();
|
||||
|
||||
o = ebi('u');
|
||||
|
|
Loading…
Reference in a new issue