This commit is contained in:
parent
44c915d33a
commit
90851db73e
|
@ -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`);
|
||||||
|
|
Loading…
Reference in New Issue