aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/stream
diff options
context:
space:
mode:
authorLukaszogg <82384106+Lukaszogg@users.noreply.github.com>2021-07-08 20:10:11 +0200
committerLukaszogg <82384106+Lukaszogg@users.noreply.github.com>2021-07-08 20:10:11 +0200
commit14033ca595b5c933caea3b214d2246529e6845b8 (patch)
tree0d6d2b2eb34e5ef5df3c517be5c1c9d803fa066c /vorlesungen/stream
parentUpdate teil1.tex (diff)
parentOnly include buch.ind if it exists. (diff)
downloadSeminarMatrizen-14033ca595b5c933caea3b214d2246529e6845b8.tar.gz
SeminarMatrizen-14033ca595b5c933caea3b214d2246529e6845b8.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'vorlesungen/stream')
-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 940e269..12f99ac 100644
--- a/vorlesungen/stream/countdown.html
+++ b/vorlesungen/stream/countdown.html
@@ -17,7 +17,7 @@ color: #990000;
<body>
<div id="demo"></div>
<script>
-var deadline = new Date("Mar 29, 2021 17:00:00").getTime();
+var deadline = new Date("May 17, 2021 17:00:00").getTime();
var x = setInterval(function() {
var now = new Date().getTime();
var t = deadline - now;