remove static from reference

This commit is contained in:
timmypidashev
2021-09-21 18:27:42 -07:00
parent aca7c706ac
commit d7130929d8
27 changed files with 27 additions and 27 deletions
+3
View File
@@ -0,0 +1,3 @@
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
+3
View File
@@ -0,0 +1,3 @@
function openNav() {
document.getElementById("myNav").style.width = "100%";
}