Refresh time decreased
This commit is contained in:
parent
f5f6d38072
commit
6437022b35
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.25) stable; urgency=low
|
vn-repo (2.0.26) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ window.onload = () => {
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if ($('#autorefresh').checked)
|
if ($('#autorefresh').checked)
|
||||||
refresh();
|
refresh();
|
||||||
}, 5000);
|
}, 2000);
|
||||||
};
|
};
|
||||||
|
|
||||||
function refresh(doScroll) {
|
function refresh(doScroll) {
|
||||||
|
|
Reference in New Issue