git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7490 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 14 years ago
parent de065e594f
commit b0bdf2d9ed

@ -41,7 +41,7 @@ function newInterval(){
function countdown(){ function countdown(){
if(statusLoaded && queueLoaded){ if(statusLoaded && queueLoaded){
document.getElementById("nextUpdate").value=wait; document.getElementById("nextUpdate").value=wait;
wait--; wait--;
if(wait==0){ if(wait==0){
refresh(); refresh();
} }

Loading…
Cancel
Save