modules/freifunk: increase flashing timeout, can take up to 25 minutes on a Fonera 2 ...

This commit is contained in:
Jo-Philipp Wich 2009-07-07 00:38:47 +00:00
parent 7db1b5882e
commit ac7b572ffd

View file

@ -40,7 +40,7 @@
</style> </style>
<script type="text/javascript"><!-- <script type="text/javascript"><!--
var time_remaining = 60 * 20; var time_remaining = 60 * 25;
var interval = window.setInterval(function() { var interval = window.setInterval(function() {
if( time_remaining <= 0 ) if( time_remaining <= 0 )
{ {
@ -71,7 +71,7 @@
<h2>Performing Upgrade</h2> <h2>Performing Upgrade</h2>
<p> <p>
The System is flashing now. The procedure can take up to 20 minutes, The System is flashing now. The procedure can take up to 25 minutes,
please be patient and wait until this page reloads itself. please be patient and wait until this page reloads itself.
<br /><img src="resources/flashing.gif" style="vertical-align:middle; margin:10px" /> <br /><img src="resources/flashing.gif" style="vertical-align:middle; margin:10px" />