Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStarcat committed Nov 7, 2019
1 parent 5fdb057 commit 58b3d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="row">
<div class="col-12">
<h1 class="text-left">Ephemeris JS Demo</h1>
<h2>1.1.0</h2>
<h2>1.2.0</h2>
</div>
</div>
<div class="row">
Expand Down
2 changes: 2 additions & 0 deletions demo/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class Demo {
this.longitudeInput = document.querySelector('#longitude')
this.moonQuarterApproximationInput = document.querySelector('#moonQuarterApproximation')
this.moonTable = document.querySelector('#moon')
this.moonOrbitTable = document.querySelector('#moonOrbit')

this.calcShadowsCheckbox = document.querySelector('#calcShadows')


Expand Down

0 comments on commit 58b3d63

Please sign in to comment.