--- loncom/interface/lonmenu.pm 2022/07/01 03:14:31 1.525 +++ loncom/interface/lonmenu.pm 2022/07/07 15:28:08 1.526 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.525 2022/07/01 03:14:31 raeburn Exp $ +# $Id: lonmenu.pm,v 1.526 2022/07/07 15:28:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3226,10 +3226,17 @@ sub linkprot_exit { exit => 'Cancel', ); if ($exit) { - my $height = 250; - my $width = 300; - my $exitbuttontext = &mt('Exit Tool'); - return < @@ -3271,6 +3278,7 @@ sub linkprot_exit { END + } } } }