Este commit está contenido en:
AJ ONeal 2020-04-10 19:33:26 +00:00
padre 0df4535e17
commit 5db5fcb5e6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -27,6 +27,7 @@ function onSignIn(googleUser) {
console.log(data);
});
});
/*
window
.fetch(
"https://www.googleapis.com/drive/v3/files?q=mimeType%3D'application%2Fvnd.google-apps.spreadsheet'",
@ -48,6 +49,7 @@ function onSignIn(googleUser) {
console.log(data);
});
});
*/
}
function signOut() {