Current Path : /proc/self/root/home/numerotech/bni.numerotech.com/bni_hallmark/core/static/js/ |
Current File : //proc/self/root/home/numerotech/bni.numerotech.com/bni_hallmark/core/static/js/script.js |
const hamBurger = document.querySelector(".toggle-btn"); hamBurger.addEventListener("click", function () { document.querySelector("#sidebar").classList.toggle("expand"); });