--- loncom/interface/loncommon.pm 2024/10/05 22:53:27 1.1075.2.169 +++ loncom/interface/loncommon.pm 2024/10/05 23:19:24 1.1075.2.170 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.169 2024/10/05 22:53:27 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.170 2024/10/05 23:19:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5893,12 +5893,6 @@ sub bodytag { # Top frame rendering, Remote is up # - my $imgsrc = $img; - if ($img =~ /^\/adm/) { - $imgsrc = &lonhttpdurl($img); - } - my $upperleft=''.$function.''; - my $help=($no_inline_link?'' :&Apache::loncommon::top_nav_help('Help'));