Rewrite accordion widget in vanilla Javascript

This commit is contained in:
Frederic Guillot
2016-11-25 18:26:10 -05:00
parent ff844a9a04
commit f73d369dd0
19 changed files with 218 additions and 165 deletions

5
assets/js/core/bootstrap.js vendored Normal file
View File

@@ -0,0 +1,5 @@
document.addEventListener('DOMContentLoaded', function () {
KB.render();
KB.listen();
});