diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 9fc972c7..78541fab 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -417,7 +417,7 @@ document.addEventListener('DOMContentLoaded', function () { // Add a click event on each of them $navbarBurgers.forEach(function ($el) { - $el.addEventListener('click', () => { + $el.addEventListener('click', function () { // Get the target from the "data-target" attribute var target = $el.dataset.target;