added Coptic and Catholix Synaxarium
This commit is contained in:
parent
9a5e2a85bb
commit
3fced46826
3 changed files with 19871 additions and 2 deletions
|
|
@ -57,6 +57,7 @@
|
||||||
<script type="text/javascript" src="js/modules/fixedstars.js"></script>
|
<script type="text/javascript" src="js/modules/fixedstars.js"></script>
|
||||||
<script type="text/javascript" src="js/modules/fruitmachines.js"></script>
|
<script type="text/javascript" src="js/modules/fruitmachines.js"></script>
|
||||||
<script type="text/javascript" src="js/modules/psi.js"></script>
|
<script type="text/javascript" src="js/modules/psi.js"></script>
|
||||||
|
<script type="text/javascript" src="js/modules/synaxarium.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
@ -343,7 +344,11 @@
|
||||||
'kos_pday', 'kos_phour', 'kos_astro',
|
'kos_pday', 'kos_phour', 'kos_astro',
|
||||||
'fruitmachine_day', 'fruitmachine_dignity',
|
'fruitmachine_day', 'fruitmachine_dignity',
|
||||||
'behenii',
|
'behenii',
|
||||||
'siderealpsi'
|
'siderealpsi',
|
||||||
|
'synaxarium_coptic',
|
||||||
|
'synaxarium_coptic_details',
|
||||||
|
'synaxarium_catholic_patrons',
|
||||||
|
'synaxarium_catholic_saints'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/*--
|
/*--
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ SL.Calendar = (function() {
|
||||||
}
|
}
|
||||||
// checks if usecase is online, then uses server based calculation
|
// checks if usecase is online, then uses server based calculation
|
||||||
} else {
|
} else {
|
||||||
var url = "pmom.php?days="+days+"&ts="+ts+"&lat="+lat+"&lon="+lon;
|
var url = "https://almanac.sublunar.space/pmom.php?days="+days+"&ts="+ts+"&lat="+lat+"&lon="+lon;
|
||||||
fetch(url)
|
fetch(url)
|
||||||
.then(function(response) {
|
.then(function(response) {
|
||||||
return response.json();
|
return response.json();
|
||||||
|
|
|
||||||
19864
js/modules/synaxarium.js
Normal file
19864
js/modules/synaxarium.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue