Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-09-29 22:31:37 +02:00
parent e58dec361a
commit 0364f94dd5
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<script type='text/javascript'
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>
</script>
<script>
var previous = null;
var current = null;
@@ -24,7 +24,7 @@
};
previous = current;
});
setTimeout(checkJobs, 5000);
setTimeout(checkJobs, 20000);
}());
</script>