Fixed: Endzeitpunkt Hintergrundfarbe bei schlechtem Hörsaal-Beamer nicht sichbar ... jetzt schon.
This commit is contained in:
parent
5d54fd0dad
commit
79e12cb217
|
@ -318,9 +318,9 @@
|
|||
*/
|
||||
if(endTime!=null && now>endTime) {
|
||||
if(document.getElementById("inputDarkMode").checked) {
|
||||
document.body.style.backgroundColor="#dff"; // color-inversion!
|
||||
document.body.style.backgroundColor="#8ff"; // color-inversion!
|
||||
} else {
|
||||
document.body.style.backgroundColor="#faa";
|
||||
document.body.style.backgroundColor="#f88";
|
||||
}
|
||||
}
|
||||
else if(endTime!=null && now>halfHourWarningTime && now<=halfHourWarningTime2 && now.getMilliseconds()<500) {
|
||||
|
|
Loading…
Reference in New Issue