A few things, edited Kolloquium Page

This commit is contained in:
Simon Martens
2022-12-09 09:53:31 +01:00
parent 84357507c5
commit 3797a25828
6 changed files with 304 additions and 72 deletions

View File

@@ -186,5 +186,5 @@ collapseboxes();
var doit;
this.window.addEventListener("resize", function () {
this.clearTimeout(doit);
doit = this.setTimeout(resetall, 250);
doit = this.setTimeout(resetall, 17);
});