*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 1 Sep 2005 03:57:31 +0000 (03:57 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 1 Sep 2005 03:57:31 +0000 (03:57 +0000)
webcit/static/wclib.js
webcit/webcit.c

index 361cc889915577fd33fdcfa348f7be400d5f44e1..c42449997422084a1ac761031591c9b2464b59f8 100644 (file)
@@ -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
 }
index 6050d50ea097ba14d9fa53a7ed0afbf0d7b9e7f5..1c19ec3bd3b7eabe8dafbe8e2d103afcf0c50647 100644 (file)
@@ -407,7 +407,7 @@ void output_headers(        int do_httpheaders,     /* 1 = output HTTP headers
                                "%s</SPAN><br />\n", WC->ImportantMessage);
                        wprintf("</div>\n");
                        wprintf("<script type=\"text/javascript\">\n"
-                               "        setTimeout('hide_imsg_popup()', 2000); \n"
+                               "        setTimeout('hide_imsg_popup()', 3000); \n"
                                "</script>\n");
                        safestrncpy(WC->ImportantMessage, "", sizeof WC->ImportantMessage);
                }