We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ca3bb commit c2ad3b7Copy full SHA for c2ad3b7
demo/demo-autocomplete.html
@@ -20,7 +20,7 @@
20
21
<!-- our business logic -->
22
<script src="http://www.unpkg.com/heremap/dist/libhere.min.js" type="text/javascript" charset="utf-8"></script>
23
- <script src="../dist/heremap.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="http://www.unpkg.com/heremap/dist/heremap.min.js" type="text/javascript" charset="utf-8"></script>
24
25
<!-- convenient way to define APP_ID and APP_CODE and bnot expose it to the whole world... -->
26
<script src="credentials.js" type="text/javascript" charset="utf-8"></script>
0 commit comments