Skip to content

Commit 4009b24

Browse files
committed
update to use newly published @liturgical-calendar/components-js
1 parent 06d7b79 commit 4009b24

File tree

13 files changed

+105
-2071
lines changed

13 files changed

+105
-2071
lines changed

javascript/index.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,10 @@
2929
</head>
3030

3131
<body>
32-
<div id="spinnerWrapper">
33-
<div class="lds-roller">
34-
<div></div>
35-
<div></div>
36-
<div></div>
37-
<div></div>
38-
<div></div>
39-
<div></div>
40-
<div></div>
41-
<div></div>
42-
</div>
43-
</div>
44-
<div><a class="backNav" href="https://litcal.johnromanodorazio.com/usage.php">↩ Go back ↩</a></div>
4532
<span class="material-icons" id="openSettings">settings</span>
4633
<header>
4734
</header>
48-
<table id="LitCalTable">
49-
<thead></thead>
50-
<tbody></tbody>
51-
</table>
35+
<div id="litcalWebcalendar"></div>
5236
<div style="text-align:center;border:3px ridge Green;background-color:LightBlue;width:75%;margin:10px auto;padding:10px;"><span id="dayCnt"></span> event days created</div>
5337
<table id="LitCalMessages">
5438
<thead></thead>
@@ -58,10 +42,5 @@
5842
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
5943
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
6044

61-
<!-- i18next -->
62-
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next/21.6.6/i18next.min.js" integrity="sha512-3CUvxyR4WtlZanN/KmorrZ2VALnUndAQBYjf1HEYNa6McBY+G2zYq4gOZPUDkDtuk3uBdQIva0Lk89hYQ9fQrA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
63-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-i18next/1.2.1/jquery-i18next.min.js" integrity="sha512-79RgNpOyaf8AvNEUdanuk1x6g53UPoB6Fh2uogMkOMGADBG6B0DCzxc+dDktXkVPg2rlxGvPeAFKoZxTycVooQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
64-
<script src="https://cdn.jsdelivr.net/npm/i18next-http-backend@1.3.1/i18nextHttpBackend.min.js"></script>
65-
66-
<script src="script.js"></script>
45+
<script type="module" src="main.js"></script>
6746
</body>

javascript/locales/de/translation.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

javascript/locales/en/translation.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

javascript/locales/es/translation.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

javascript/locales/fr/translation.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)