aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/stream/countdown.html
diff options
context:
space:
mode:
authorPatrik Müller <36931350+p1mueller@users.noreply.github.com>2022-05-28 15:43:52 +0200
committerGitHub <noreply@github.com>2022-05-28 15:43:52 +0200
commitc0c7b6cd974c6acb3260ad9ad97c06aaf7327349 (patch)
treea88c738281fd1e8e282e278200c7fe0e22429820 /vorlesungen/stream/countdown.html
parentError correction & add gamma integrand plot (diff)
parentMerge pull request #16 from Runterer/master (diff)
downloadSeminarSpezielleFunktionen-c0c7b6cd974c6acb3260ad9ad97c06aaf7327349.tar.gz
SeminarSpezielleFunktionen-c0c7b6cd974c6acb3260ad9ad97c06aaf7327349.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'vorlesungen/stream/countdown.html')
-rw-r--r--vorlesungen/stream/countdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vorlesungen/stream/countdown.html b/vorlesungen/stream/countdown.html
index d8ec82e..e9d7d6e 100644
--- a/vorlesungen/stream/countdown.html
+++ b/vorlesungen/stream/countdown.html
@@ -25,7 +25,7 @@ function checkfor(d) {
console.log("time string: " + ds);
let start = new Date(ds).getTime();
console.log("now: " + now);
- if ((start > now) && ((start-now) < 3600*1000)) {
+ if ((start > now) && ((start-now) < 3300*1000)) {
deadline = start;
console.log("set deadline to: " + ds);
} else {