Skip to content

Commit

Permalink
feat: google map key
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgavy committed Aug 21, 2018
1 parent 4fc6103 commit cbb6ecb
Show file tree
Hide file tree
Showing 5 changed files with 2,540 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ $(function () {
});

function changeTasksStat() {
const numberOfComplited = $tasksContainer.children('.checked').length;
const numberOfCompleted = $tasksContainer.children('.checked').length;

$tasksStat.innerHTML = `${numberOfComplited} of 11 complited`;
$tasksStat.innerHTML = `${numberOfCompleted} of 11 completed`;
}
}

Expand Down Expand Up @@ -436,4 +436,4 @@ function getMainChartData() {
}

return [d1, d2, d3];
}
}
2 changes: 1 addition & 1 deletion dist/maps_google.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h1 class="page-title">Google <span class="fw-semi-bold">Maps</span></h1>
<script src="js/app.js"></script>

<!-- Page scripts -->
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBSqnwGJBWAlOOREYSF8B2H9LA1SBrthHU"></script>
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="../bower_components/gmaps/gmaps.js"></script>

<!-- page specific js -->
Expand Down
2 changes: 1 addition & 1 deletion dist/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h6>Table <span class="fw-semi-bold">Styles</span></h6>
</div>
</header>
<div class="widget-body">
<h3>Stripped <span class="fw-semi-bold">Table</span></h3>
<h3>Striped <span class="fw-semi-bold">Table</span></h3>
<p>Each row is highlighted. You will never lost there. Just <code>.table-striped</code> it.</p>
<table class="table table-striped">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/maps_google.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
{{/content}}
{{#content "scripts"}}
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBSqnwGJBWAlOOREYSF8B2H9LA1SBrthHU"></script>
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="../bower_components/gmaps/gmaps.js"></script>

<!-- page specific js -->
Expand Down
Loading

0 comments on commit cbb6ecb

Please sign in to comment.