[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 03 Feb 2004 21:52:22 -0000
albertel Tue Feb 3 16:52:22 2004 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- documenting my sillyness
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.44 loncom/interface/lonhtmlcommon.pm:1.45
--- loncom/interface/lonhtmlcommon.pm:1.44 Tue Feb 3 16:31:52 2004
+++ loncom/interface/lonhtmlcommon.pm Tue Feb 3 16:52:22 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.44 2004/02/03 21:31:52 albertel Exp $
+# $Id: lonhtmlcommon.pm,v 1.45 2004/02/03 21:52:22 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -826,6 +826,8 @@
# Create progress
sub Create_PrgWin {
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>'.
"var popwin;
function openpopwin () {