achubb_website/assets/javascript/main.js
Awstin e90cda7359 Added highlighting for navbar
Added a top button at the bottom of each page
2024-03-24 15:18:13 -04:00

7 lines
133 B
JavaScript
Executable file

function setActive(i) {
if (i != "") {
var temp = document.getElementById(i);
temp.className = "active";
}
}