Fixes loading javascript listeners
This commit is contained in:
parent
50e5cf11b4
commit
c31bf1f0c8
4 changed files with 18 additions and 24 deletions
|
@ -1,10 +1,3 @@
|
|||
// tab groups
|
||||
window.onload = function() {
|
||||
Array.from(document.getElementsByClassName('tab-group'))
|
||||
.forEach(t => new TabGroup(t));
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* The content below is licensed according to the W3C Software License at
|
||||
* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue