mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
A few things, edited Kolloquium Page
This commit is contained in:
@@ -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(); });
|
||||
// }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user