mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
bugfixes
This commit is contained in:
parent
7b2915f4f2
commit
ac158bf0a9
@ -11,3 +11,5 @@ function closeNav() {
|
||||
document.getElementById("main").style.marginLeft = "0";
|
||||
document.body.style.backgroundColor = "white";
|
||||
}
|
||||
|
||||
document.getElementById('sideload').style.display = 'block';
|
||||
|
@ -11,3 +11,5 @@ function closeNav() {
|
||||
document.getElementById("main").style.marginLeft = "0";
|
||||
document.body.style.backgroundColor = "white";
|
||||
}
|
||||
|
||||
document.getElementById('sideload').style.display = 'block';
|
||||
|
Loading…
Reference in New Issue
Block a user