We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a4bc5 commit e442b49Copy full SHA for e442b49
.gitignore
@@ -64,3 +64,5 @@ node_modules/
64
65
# dotenv environment variables file
66
.env
67
+
68
+public/js/apiKeys.js
public/index.html
@@ -52,6 +52,11 @@ <h2 class="subtitle is-4">
52
</div>
53
</section>
54
<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>
60
</body>
61
62
</html>
public/js/viewNotes.js
public/viewNotes.html
0 commit comments