3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
function openNav() {
|
|
document.getElementById("myNav").style.width = "100%";
|
|
} |