Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.44 and 1.45

version 1.44, 2004/02/03 21:31:52 version 1.45, 2004/02/03 21:52:22
Line 826  Returns: none Line 826  Returns: none
 # Create progress  # Create progress
 sub Create_PrgWin {  sub Create_PrgWin {
     my ($r, $title, $heading, $number_to_do)=@_;      my ($r, $title, $heading, $number_to_do)=@_;
       #the whole function called through timeout is due to issues
       #in mozilla Read BUG #2665 if you want to know the whole story
     $r->print('<script>'.      $r->print('<script>'.
     "var popwin;      "var popwin;
      function openpopwin () {       function openpopwin () {

Removed from v.1.44  
changed lines
  Added in v.1.45


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