mirror of
				https://github.com/9001/copyparty.git
				synced 2025-11-03 21:43:12 +00:00 
			
		
		
		
	avoid ios bug (keystore spam)
This commit is contained in:
		@@ -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');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user