From 58b3d63238f7a01fd1f693a421dcfc610a1974f1 Mon Sep 17 00:00:00 2001 From: 0xstarcat Date: Wed, 6 Nov 2019 21:52:36 -0500 Subject: [PATCH] update demo --- demo/index.html | 2 +- demo/script.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 3ac9dc8..e942703 100644 --- a/demo/index.html +++ b/demo/index.html @@ -23,7 +23,7 @@

Ephemeris JS Demo

-

1.1.0

+

1.2.0

diff --git a/demo/script.js b/demo/script.js index 9f8fc38..58782c3 100644 --- a/demo/script.js +++ b/demo/script.js @@ -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')