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