From 121d5fa681f0f23e3a622f8fb55611e5ad8a83b8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 24 Sep 2006 19:03:54 +0200 Subject: progressbar script change The progressbar script used in the search accessed parts of the DOM before it was completely parsed which caused problems in IE. This patch moves back to document.write for outputting the image. darcs-hash:20060924170354-7ad00-1e0247b00fc4da4dd30301f4b9389ef727496c4a.gz --- inc/html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 46e6bd8c6..dd2aa2ca0 100644 --- a/inc/html.php +++ b/inc/html.php @@ -363,10 +363,10 @@ function html_search(){ //show progressbar print '
'; - print '
'; print ''; + print "
\n"; flush(); //do quick pagesearch -- cgit v1.2.3