aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/stream
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2022-02-21 09:20:23 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2022-02-21 09:20:23 +0100
commit45481e46087b8dede0b1348c7b04a10e9ddddf2b (patch)
tree6ca05db3913ee62f4becbe2daa737504611ce8f1 /vorlesungen/stream
parentadd missing file (diff)
downloadSeminarSpezielleFunktionen-45481e46087b8dede0b1348c7b04a10e9ddddf2b.tar.gz
SeminarSpezielleFunktionen-45481e46087b8dede0b1348c7b04a10e9ddddf2b.zip
improve slides
Diffstat (limited to 'vorlesungen/stream')
-rw-r--r--vorlesungen/stream/countdown.html2
-rw-r--r--vorlesungen/stream/ende.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/vorlesungen/stream/countdown.html b/vorlesungen/stream/countdown.html
index 99e1197..d8ec82e 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) < 1800000)) {
+ if ((start > now) && ((start-now) < 3600*1000)) {
deadline = start;
console.log("set deadline to: " + ds);
} else {
diff --git a/vorlesungen/stream/ende.html b/vorlesungen/stream/ende.html
index ee25dcf..525abf3 100644
--- a/vorlesungen/stream/ende.html
+++ b/vorlesungen/stream/ende.html
@@ -17,7 +17,7 @@ color: #990000;
<body>
<div id="demo">
<p>
-Vielen Dank für Ihren Besuch.
+Vielen Dank f&uuml;r Ihren Besuch.
</p>
<div style="margin: 200px;"/>&nbsp; </div>
<p>