aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-05-24 09:41:46 +0200
committerAndreas Müller <andreas.mueller@othello.ch>2021-05-24 09:41:46 +0200
commit8c5d6d7b31f052bd90010a0ed182ac6468c10bc4 (patch)
treed5acb049a06b649acd4d19c3a0b49194eb5781ce /vorlesungen
parentadd slides (diff)
downloadSeminarMatrizen-8c5d6d7b31f052bd90010a0ed182ac6468c10bc4.tar.gz
SeminarMatrizen-8c5d6d7b31f052bd90010a0ed182ac6468c10bc4.zip
abschnitt spektrale Graphentheorie
Diffstat (limited to 'vorlesungen')
-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;