Skip to content

Commit

Permalink
production JS and html
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifsarhan committed Nov 10, 2016
1 parent 0332caf commit b869b58
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 26 deletions.
17 changes: 14 additions & 3 deletions public/JS/login-react.min.js

Large diffs are not rendered by default.

39 changes: 20 additions & 19 deletions public/JS/map-react.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDaLT-2yZGBOd4O9teeuXSA-vvdtbPzkiI&callback=initMap"></script>
<link rel="stylesheet" href="CSS/map.css?v=1.0">
<!--remove localhost:8080/public/ when ready for production-->
<script src="http://localhost:8080/public/JS/map-react.min.js"></script>
<script src="http://localhost:8080/public/JS/login-react.min.js"></script>
<!--<script src="JS/map-react.min.js"></script>-->
<!--<script src="JS/login-react.min.js"></script>-->
<!--<script src="http://localhost:8080/public/JS/map-react.min.js"></script>-->
<!--<script src="http://localhost:8080/public/JS/login-react.min.js"></script>-->
<script src="JS/map-react.min.js"></script>
<script src="JS/login-react.min.js"></script>

</body>

Expand Down

0 comments on commit b869b58

Please sign in to comment.