This commit is contained in:
Kameron Kenny 2019-06-20 14:16:25 -04:00
parent 90851db73e
commit 11cabafeb7
1 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@ function putJson(data) {
function getJson() { function getJson() {
var GoogleAuth = gapi.auth2.init(); // var GoogleAuth = gapi.auth2.init();
if (GoogleAuth.isSignedIn.get() === true) { // if (GoogleAuth.isSignedIn.get() === true) {
displayMeta(); displayMeta();
console.log(`getJson`); console.log(`getJson`);
let req = new XMLHttpRequest(); let req = new XMLHttpRequest();
@ -38,9 +38,9 @@ function getJson() {
req.open("GET", jsonUrl, true); req.open("GET", jsonUrl, true);
req.send(); req.send();
} else { // } else {
console.log('not logged in'); // console.log('not logged in');
} // }
} }
function findArrayId(uid) { function findArrayId(uid) {