mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35: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(); });
|
||||
// }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user