[LON-CAPA-cvs] cvs: loncom /interface lonchatfetch.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 27 Jun 2006 00:12:26 -0000


albertel		Mon Jun 26 20:12:26 2006 EDT

  Modified files:              
    /loncom/interface	lonchatfetch.pm 
  Log:
  - update comment
  
  
Index: loncom/interface/lonchatfetch.pm
diff -u loncom/interface/lonchatfetch.pm:1.26 loncom/interface/lonchatfetch.pm:1.27
--- loncom/interface/lonchatfetch.pm:1.26	Mon Jun 26 20:01:15 2006
+++ loncom/interface/lonchatfetch.pm	Mon Jun 26 20:12:23 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Chat Fetching
 #
-# $Id: lonchatfetch.pm,v 1.26 2006/06/27 00:01:15 albertel Exp $
+# $Id: lonchatfetch.pm,v 1.27 2006/06/27 00:12:23 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -111,6 +111,8 @@
 	# see BUG# 4839
         # to fix, need to either write the whole webpage to the bottom frame
         # 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.*?/>)||;
     }
     my @participants=();