Diff for /loncom/interface/loncommon.pm between versions 1.876 and 1.877

version 1.876, 2009/08/04 19:53:42 version 1.877, 2009/08/05 11:01:38
Line 1194  sub help_menu_js { Line 1194  sub help_menu_js {
   
     my $template .= <<"ENDTEMPLATE";      my $template .= <<"ENDTEMPLATE";
 <script type="text/javascript">  <script type="text/javascript">
 // <!-- BEGIN LON-CAPA Internal  
 // <![CDATA[  // <![CDATA[
   // <!-- BEGIN LON-CAPA Internal
 var banner_link = '';  var banner_link = '';
 function helpMenu(target) {  function helpMenu(target) {
     var caller = this;      var caller = this;
Line 1220  function writeHelp(caller) { Line 1220  function writeHelp(caller) {
     caller.document.close()      caller.document.close()
     caller.focus()      caller.focus()
 }  }
 // ]]>  
 // END LON-CAPA Internal -->  // END LON-CAPA Internal -->
   // ]]>
 </script>  </script>
 ENDTEMPLATE  ENDTEMPLATE
     return $template;      return $template;

Removed from v.1.876  
changed lines
  Added in v.1.877


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