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

@@ -21,6 +21,11 @@ for (let i = 0; i < tabbtnlist.length; i++) {
activetab = tablist[i % tablist.length];
activetabbtn = tabbtnlist[i];
activetabbtn2 = tabbtnlist[(i + tablist.length) % tabbtnlist.length];
// if (resetall != null) {
// console.log("RESET MARG")
// requestAnimationFrame(() => { resetall(); });
// }
});
}

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);
});