mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +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.getElementById("main").style.marginLeft = "0";
|
||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.getElementById('sideload').style.display = 'block';
|
||||||
|
@ -11,3 +11,5 @@ function closeNav() {
|
|||||||
document.getElementById("main").style.marginLeft = "0";
|
document.getElementById("main").style.marginLeft = "0";
|
||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.getElementById('sideload').style.display = 'block';
|
||||||
|
Loading…
Reference in New Issue
Block a user