--- loncom/auth/lonauth.pm 2009/04/01 14:43:19 1.97 +++ loncom/auth/lonauth.pm 2009/05/27 16:54:52 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.97 2009/04/01 14:43:19 hauer Exp $ +# $Id: lonauth.pm,v 1.98 2009/05/27 16:54:52 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -84,8 +84,7 @@ sub success { my $end_page =&Apache::loncommon::end_page(); my $continuelink; - if (($env{'browser.interface'} eq 'textual') || - ($env{'environment.remote'} eq 'off')) { + if ($env{'environment.remote'} eq 'off') { $continuelink="".&mt('Continue').""; } # ------------------------------------------------- Output for successful login