Skip to content

Commit e442b49

Browse files
committed
try to add gapi
1 parent 59a4bc5 commit e442b49

File tree

4 files changed

+7
-212
lines changed

4 files changed

+7
-212
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ node_modules/
6464

6565
# dotenv environment variables file
6666
.env
67+
68+
public/js/apiKeys.js

public/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ <h2 class="subtitle is-4">
5252
</div>
5353
</section>
5454
<script src="js/signIn.js"></script>
55+
<script src="js/apiKeys.js"></script>
56+
<script async defer src="https://apis.google.com/js/api.js"
57+
onload="this.onload=function(){};handleClientLoad()"
58+
onreadystatechange="if (this.readyState === 'complete') this.onload()">
59+
</script>
5560
</body>
5661

5762
</html>

public/js/viewNotes.js

-117
This file was deleted.

public/viewNotes.html

-95
This file was deleted.

0 commit comments

Comments
 (0)