diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
| commit | aa67222bc1a80ae11d1a29b32d5cb54199b38011 (patch) | |
| tree | 5fa6cad23c09370b326e69fb8594c32b8a6e35d7 /deploy | |
| parent | 53dfd5f380d8c75fedc967577fb16310d08cefea (diff) | |
backend issues with creating map node
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/index.html b/deploy/index.html index 33cc0906a..a23cbf869 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -7,7 +7,7 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> - <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyALJU8DfCAqEAS0OqMDCmkE0otlz4H81fg&libraries=places"></script> + <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyALJU8DfCAqEAS0OqMDCmkE0otlz4H81fg&libraries=places,drawing"></script> <script> function getCookie(cname) { |
