Skip to content

Commit

Permalink
fix google api key
Browse files Browse the repository at this point in the history
  • Loading branch information
dahabi committed Oct 16, 2018
1 parent 90abf8a commit 567273e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<script src="assets/js/moment.min.js"></script>
<script src="../../../../scripts/jquery/jquery-ui.min.js"></script>
<script src="../../../../scripts/angular/angular-ui-sortable.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyBdhPtd93zNB7sXm_sjseo9gZgtwgxRUWM&libraries=places"></script>

<script src="../../../../scripts/angular/ng-infinite-scroll.custom.js" type="application/javascript"></script>
<script src="app.js"></script>
<script src="enums.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<script src="controllers/widget.event.controller.js"
type="application/javascript"></script>
<link rel="stylesheet" href="assets/css/style.css">
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyBdhPtd93zNB7sXm_sjseo9gZgtwgxRUWM"></script>

<script src="../../../scripts/angular/angular-animate.min.js"></script>
<link rel="stylesheet" href="../../../styles/transitionAnimation.css">
</head>
Expand Down

0 comments on commit 567273e

Please sign in to comment.