mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
onload scripts
This commit is contained in:
parent
ac158bf0a9
commit
39dc72add2
@ -12,4 +12,6 @@ function closeNav() {
|
|||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('sideload').style.display = 'block';
|
window.onload=function{
|
||||||
|
document.getElementById('sideload').style.display = 'block';
|
||||||
|
}
|
||||||
|
@ -219,6 +219,8 @@ function closeNav() {
|
|||||||
document.getElementById("main").style.marginLeft = "0";
|
document.getElementById("main").style.marginLeft = "0";
|
||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
if(firebase.auth().currentUser!=null){
|
window.onload=function{
|
||||||
handleSignedInUser(firebase.auth().currentUser)
|
if(firebase.auth().currentUser!=null){
|
||||||
|
handleSignedInUser(firebase.auth().currentUser)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,4 +12,6 @@ function closeNav() {
|
|||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('sideload').style.display = 'block';
|
window.onload=function{
|
||||||
|
document.getElementById('sideload').style.display = 'block';
|
||||||
|
}
|
||||||
|
@ -11,3 +11,7 @@ function closeNav() {
|
|||||||
document.getElementById("main").style.marginLeft = "0";
|
document.getElementById("main").style.marginLeft = "0";
|
||||||
document.body.style.backgroundColor = "white";
|
document.body.style.backgroundColor = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.onload=function{
|
||||||
|
document.getElementById('sideload').style.display = 'block';
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user