mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 09:59:10 +00:00
squashing bugs
This commit is contained in:
parent
e661af1add
commit
5b922fc10b
@ -1,3 +1,12 @@
|
|||||||
|
var config = {
|
||||||
|
apiKey: "(insert the TitanScout Api Key Here)",
|
||||||
|
authDomain: "titanscoutandroid.firebaseapp.com",
|
||||||
|
databaseURL: "https://titanscoutandroid.firebaseio.com",
|
||||||
|
projectId: "titanscoutandroid",
|
||||||
|
storageBucket: "titanscoutandroid.appspot.com",
|
||||||
|
messagingSenderId: "1097635313476"
|
||||||
|
};
|
||||||
|
firebase.initializeApp(config);
|
||||||
/* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */
|
/* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */
|
||||||
function openNav() {
|
function openNav() {
|
||||||
document.getElementById("mySidenav").style.width = "250px";
|
document.getElementById("mySidenav").style.width = "250px";
|
||||||
|
Loading…
Reference in New Issue
Block a user