--- loncom/interface/loncommon.pm 2024/07/04 23:00:26 1.1075.2.167
+++ 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.167 2024/07/04 23:00:26 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='';
-
my $help=($no_inline_link?''
:&Apache::loncommon::top_nav_help('Help'));
@@ -5923,17 +5917,6 @@ sub bodytag {