From 6f4a300bf8c7b6b4e7b39d15d1c15dc171e1fcc7 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 8 Aug 2014 00:04:32 -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(-) diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 48b1bca..30515e9 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -582,7 +582,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=8" > + <meta http-equiv="refresh" content="5; url=wizard.php?xml=setup_wizard.xml&stepid=8" > <p> The wizard will redirect to the next step once the reload is completed. -- cgit v1.1