added Coptic and Catholix Synaxarium

This commit is contained in:
Sublunar Space 2022-09-15 22:28:42 +02:00
parent 9a5e2a85bb
commit 3fced46826
3 changed files with 19871 additions and 2 deletions

View file

@ -168,7 +168,7 @@ SL.Calendar = (function() {
}
// checks if usecase is online, then uses server based calculation
} 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)
.then(function(response) {
return response.json();

19864
js/modules/synaxarium.js Normal file

File diff suppressed because one or more lines are too long