Diff for /loncom/interface/loncommon.pm between versions 1.692.4.9 and 1.692.4.10

version 1.692.4.9, 2009/08/14 08:07:11 version 1.692.4.10, 2009/08/14 08:25:33
Line 1196  sub help_menu_js { Line 1196  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 1222  function writeHelp(caller) { Line 1222  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.692.4.9  
changed lines
  Added in v.1.692.4.10


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