--- loncom/interface/lonpreferences.pm 2016/09/16 00:51:49 1.222 +++ loncom/interface/lonpreferences.pm 2016/09/16 22:42:26 1.223 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.222 2016/09/16 00:51:49 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.223 2016/09/16 22:42:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1425,12 +1425,6 @@ sub client_form { 'changepass' => 'Save', ); - my $mobileargs; - (undef,undef,undef,undef,undef,undef,my $clientmobile) = - &Apache::loncommon::decode_user_agent(); - if ($clientmobile) { - $mobileargs = 'autocapitalize="off" autocorrect="off" '; - } my $output = '
' .&Apache::lonhtmlcommon::start_pick_box(); if ($caller eq 'reset_by_email') {