--- loncom/interface/lonnavmaps.pm 2002/12/02 14:20:24 1.120 +++ loncom/interface/lonnavmaps.pm 2002/12/12 18:24:05 1.122 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.120 2002/12/02 14:20:24 bowersj2 Exp $ +# $Id: lonnavmaps.pm,v 1.122 2002/12/12 18:24:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -274,8 +274,6 @@ sub real_handler { my $foundJump = ($jumpType == $NOTHING); # look for jump point if we have one my $looped = 0; - $r->print($hereType); - # We only need to do this if we need to open the maps to show the # current position. This will change the counter so we can't count # for the jump marker with this loop. @@ -488,6 +486,10 @@ sub real_handler { '"'; my $title = $curRes->compTitle(); + if ($src=~/^\/uploaded\//) { + $nonLinkedText=$title; + $title=''; + } my $partLabel = ""; my $newBranchText = "";