This commit is contained in:
Kameron Kenny 2019-06-20 14:11:17 -04:00
parent 44c915d33a
commit 90851db73e
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ function putJson(data) {
} }
function getJson() { function getJson() {
var GoogleAuth = gapi.auth2.init();
if (GoogleAuth.isSignedIn.get() === true) { if (GoogleAuth.isSignedIn.get() === true) {
displayMeta(); displayMeta();
console.log(`getJson`); console.log(`getJson`);