Skip to content

Commit cbb6ecb

Browse files
committed
feat: google map key
1 parent 4fc6103 commit cbb6ecb

File tree

5 files changed

+2540
-6
lines changed

5 files changed

+2540
-6
lines changed

dist/js/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ $(function () {
329329
});
330330

331331
function changeTasksStat() {
332-
const numberOfComplited = $tasksContainer.children('.checked').length;
332+
const numberOfCompleted = $tasksContainer.children('.checked').length;
333333

334-
$tasksStat.innerHTML = `${numberOfComplited} of 11 complited`;
334+
$tasksStat.innerHTML = `${numberOfCompleted} of 11 completed`;
335335
}
336336
}
337337

@@ -436,4 +436,4 @@ function getMainChartData() {
436436
}
437437

438438
return [d1, d2, d3];
439-
}
439+
}

dist/maps_google.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h1 class="page-title">Google <span class="fw-semi-bold">Maps</span></h1>
479479
<script src="js/app.js"></script>
480480

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

485485
<!-- page specific js -->

dist/tables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ <h6>Table <span class="fw-semi-bold">Styles</span></h6>
684684
</div>
685685
</header>
686686
<div class="widget-body">
687-
<h3>Stripped <span class="fw-semi-bold">Table</span></h3>
687+
<h3>Striped <span class="fw-semi-bold">Table</span></h3>
688688
<p>Each row is highlighted. You will never lost there. Just <code>.table-striped</code> it.</p>
689689
<table class="table table-striped">
690690
<thead>

src/pages/maps_google.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
{{/content}}
1616
{{#content "scripts"}}
17-
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBSqnwGJBWAlOOREYSF8B2H9LA1SBrthHU"></script>
17+
<script src="https://maps.google.com/maps/api/js?sensor=true&key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
1818
<script src="../bower_components/gmaps/gmaps.js"></script>
1919

2020
<!-- page specific js -->

0 commit comments

Comments
 (0)