From 26cae7cf9013c61b3aadd93462dd7b61369410d8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 1 Sep 2005 03:57:31 +0000 Subject: [PATCH] *** empty log message *** --- webcit/static/wclib.js | 2 +- webcit/webcit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index 361cc8899..c42449997 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -41,6 +41,6 @@ function hide_imsg_popup_old() { } function hide_imsg_popup() { - new Effect.FadeTo('important_message', 0.0, 1000, 10, {complete:function() { hide_imsg_popup_old(); }} ); + new Effect.FadeTo('important_message', 0.0, 1000, 20, {complete:function() { hide_imsg_popup_old(); }} ); // we still do it the old way afterwards, just in case the browser didn't dazzle us enough } diff --git a/webcit/webcit.c b/webcit/webcit.c index 6050d50ea..1c19ec3bd 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -407,7 +407,7 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers "%s
\n", WC->ImportantMessage); wprintf("\n"); wprintf("\n"); safestrncpy(WC->ImportantMessage, "", sizeof WC->ImportantMessage); } -- 2.39.2