assets/javascripts/navigation.js (
4
lines of code) (
raw
):
function show(showId, hideId) { document.getElementById(showId).style.display = "block" document.getElementById(hideId).style.display = "none" }