First time load data always
parent
0c3cb8f4e0
commit
828a08cb31
|
|
@ -254,7 +254,7 @@ function handleState(fastUpdate){
|
||||||
/*
|
/*
|
||||||
* 5 Minute updates
|
* 5 Minute updates
|
||||||
*/
|
*/
|
||||||
if(minutes % 5 == 0){
|
if(minutes % 5 == 0 && fastUpdate){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue