File tree 5 files changed +2540
-6
lines changed
5 files changed +2540
-6
lines changed Original file line number Diff line number Diff line change @@ -329,9 +329,9 @@ $(function () {
329
329
} ) ;
330
330
331
331
function changeTasksStat ( ) {
332
- const numberOfComplited = $tasksContainer . children ( '.checked' ) . length ;
332
+ const numberOfCompleted = $tasksContainer . children ( '.checked' ) . length ;
333
333
334
- $tasksStat . innerHTML = `${ numberOfComplited } of 11 complited ` ;
334
+ $tasksStat . innerHTML = `${ numberOfCompleted } of 11 completed ` ;
335
335
}
336
336
}
337
337
@@ -436,4 +436,4 @@ function getMainChartData() {
436
436
}
437
437
438
438
return [ d1 , d2 , d3 ] ;
439
- }
439
+ }
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ <h1 class="page-title">Google <span class="fw-semi-bold">Maps</span></h1>
479
479
< script src ="js/app.js "> </ script >
480
480
481
481
<!-- 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 >
483
483
< script src ="../bower_components/gmaps/gmaps.js "> </ script >
484
484
485
485
<!-- page specific js -->
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ <h6>Table <span class="fw-semi-bold">Styles</span></h6>
684
684
</ div >
685
685
</ header >
686
686
< 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 >
688
688
< p > Each row is highlighted. You will never lost there. Just < code > .table-striped</ code > it.</ p >
689
689
< table class ="table table-striped ">
690
690
< thead >
Original file line number Diff line number Diff line change 14
14
</div >
15
15
{{ /content }}
16
16
{{ #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 >
18
18
<script src =" ../bower_components/gmaps/gmaps.js" ></script >
19
19
20
20
<!-- page specific js -->
You can’t perform that action at this time.
0 commit comments