From 90851db73e2069f663fca4d2ba7a2891aae5ec6f Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Thu, 20 Jun 2019 14:11:17 -0400 Subject: [PATCH] . --- punch_list/eventManage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/punch_list/eventManage.js b/punch_list/eventManage.js index b220b69..6c5d114 100644 --- a/punch_list/eventManage.js +++ b/punch_list/eventManage.js @@ -21,6 +21,8 @@ function putJson(data) { } function getJson() { + + var GoogleAuth = gapi.auth2.init(); if (GoogleAuth.isSignedIn.get() === true) { displayMeta(); console.log(`getJson`);