From 67067ea304060ee17b8dd01ff5eee80b0b1ddc15 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 8 Aug 2014 00:02:03 -0500 Subject: Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely. --- usr/local/www/wizards/setup_wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index b3db3f5..2556a05 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -594,7 +594,7 @@ Reload in progress A reload is now in progress. Please wait. <p> - <meta http-equiv="refresh" content="60; url=wizard.php?xml=setup_wizard.xml&stepid=9" > + <meta http-equiv="refresh" content="5; url=wizard.php?xml=setup_wizard.xml&stepid=9" > <p> The wizard will redirect to the next step once the reload is completed. -- cgit v1.1