Skip to content

Commit

Permalink
Rename script.js to client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Dec 22, 2017
1 parent 2c33a49 commit 36ed591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="map"></div>
<div id="info"></div>
<script async defer src="assets/script.js"></script>
<script async defer src="assets/client.js"></script>
<script async defer src="assets/jquery-3.2.1.min.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDW2g5wIVUhuI50CNZrkfg-zreJF_2tsdk&callback=initMap"></script>
</body>
Expand Down

0 comments on commit 36ed591

Please sign in to comment.