Diff for /loncom/interface/lonnavmaps.pm between versions 1.125 and 1.127

version 1.125, 2003/01/10 19:03:06 version 1.127, 2003/01/14 01:42:52
Line 686  sub real_handler { Line 686  sub real_handler {
         $r->print('<script>location += "#curloc";</script>');          $r->print('<script>location += "#curloc";</script>');
     }      }
   
     $r->print("</body></html>");  
   
     $navmap->untieHashes();      $navmap->untieHashes();
   
       $r->print("<h1>Untied Hashes</h1></body></html>");
   
     return OK;      return OK;
 }  }
   

Removed from v.1.125  
changed lines
  Added in v.1.127


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>