Diff for /loncom/xml/lontexconvert.pm between versions 1.1 and 1.2

version 1.1, 2001/05/03 21:28:53 version 1.2, 2001/05/03 22:54:12
Line 20  sub header { Line 20  sub header {
 <script language="JavaScript">  <script language="JavaScript">
     if (window.location.pathname!="/res/adm/pages/menu.html") {      if (window.location.pathname!="/res/adm/pages/menu.html") {
  menu=window.open("","LONCAPAmenu");   menu=window.open("","LONCAPAmenu");
  menu.currentURL=window.location.href;   menu.currentURL=window.location.pathname;
     }      }
 </script>  </script>
 END  END

Removed from v.1.1  
changed lines
  Added in v.1.2


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