This commit is contained in:
Jacob Levine 2019-02-06 18:12:39 -06:00
parent 7b2915f4f2
commit ac158bf0a9
2 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,5 @@ function closeNav() {
document.getElementById("main").style.marginLeft = "0";
document.body.style.backgroundColor = "white";
}
document.getElementById('sideload').style.display = 'block';

View File

@ -11,3 +11,5 @@ function closeNav() {
document.getElementById("main").style.marginLeft = "0";
document.body.style.backgroundColor = "white";
}
document.getElementById('sideload').style.display = 'block';