|  | @@ -51,7 +51,8 @@ var Dever =
 | 
	
		
			
				|  |  |          if ($("input").length) {
 | 
	
		
			
				|  |  |              $("input").each(function()
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                $(this).attr('autocomplete', 'new-password');
 | 
	
		
			
				|  |  | +                //$(this).attr('autocomplete', 'new-password');
 | 
	
		
			
				|  |  | +                $(this).attr('autocomplete', 'off');
 | 
	
		
			
				|  |  |                  /*
 | 
	
		
			
				|  |  |                  $(this).attr('readonly', true);
 | 
	
		
			
				|  |  |                  $(this).focus(function()
 |