Diff for /loncom/interface/lonchatfetch.pm between versions 1.26 and 1.27

version 1.26, 2006/06/27 00:01:15 version 1.27, 2006/06/27 00:12:23
Line 111  sub handler { Line 111  sub handler {
  # see BUG# 4839   # see BUG# 4839
         # to fix, need to either write the whole webpage to the bottom frame          # to fix, need to either write the whole webpage to the bottom frame
         # everytime or store the page in a js variable somewhere.          # everytime or store the page in a js variable somewhere.
    # although in tryng both of these ideas, the .scroll to 
    # the bottom seems to fail.
  $newstuff =~ s|(<link.*?/>)||;   $newstuff =~ s|(<link.*?/>)||;
     }      }
     my @participants=();      my @participants=();

Removed from v.1.26  
changed lines
  Added in v.1.27


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