modules/freifunk: increase flashing timeout, can take up to 25 minutes on a Fonera 2 ...
This commit is contained in:
parent
7db1b5882e
commit
ac7b572ffd
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue